source:
issm/trunk/src/c/modules/TriaSearchx/TriaSearchx.h@
8303
Last change on this file since 8303 was 8303, checked in by , 14 years ago | |
---|---|
File size: 313 bytes |
Rev | Line | |
---|---|---|
[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: */ |
[8303] | 11 | void TriaSearchx(double** ptria,double* 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.