source: issm/trunk/src/c/modules/TriaSearchx/TriaSearchx.h@ 12706

Last change on this file since 12706 was 12706, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 12703

File size: 310 bytes
RevLine 
[5354]1/*!\file: TriaSearchx.h
[3126]2 * \brief header file for Bamg module
3 */
[1189]4
[5354]5#ifndef _TRIASEARCHX_H
6#define _TRIASEARCHX_H
[1189]7
[3913]8#include "../../objects/objects.h"
[1189]9
[3126]10/* local prototypes: */
[12706]11void TriaSearchx(double** ptria,int* index,int nel, double* x, double* y, int nods,double* x0, double* y0,int numberofnodes);
[2417]12
[3126]13#endif
Note: See TracBrowser for help on using the repository browser.