/*!\file: TriaSearchx.h * \brief header file for Bamg module */ #ifndef _TRIASEARCHX_H #define _TRIASEARCHX_H #include "../../objects/objects.h" /* local prototypes: */ void TriaSearchx(double** ptria,double* index,int nel, double* x, double* y, int nods,double* x0, double* y0,int numberofgrids); #endif