source:
issm/trunk/src/c/modules/TriaSearchx/TriaSearchx.h@
5354
Last change on this file since 5354 was 5354, checked in by , 15 years ago | |
---|---|
File size: 292 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: */ |
[5354] | 11 | void TriaSearchx(double* ptria,double* index,int nel, double* x, double* y, int nods,double x0, double y0); |
[2417] | 12 | |
[3126] | 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.