Last change
on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 13393
|
File size:
318 bytes
|
Line | |
---|
1 | /*!\file: TriaSearchx.h
|
---|
2 | * \brief header file for Bamg module
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _TRIASEARCHX_H
|
---|
6 | #define _TRIASEARCHX_H
|
---|
7 |
|
---|
8 | #include "../../classes/objects/objects.h"
|
---|
9 |
|
---|
10 | /* local prototypes: */
|
---|
11 | void TriaSearchx(double** ptria,int* index,int nel, double* x, double* y, int nods,double* x0, double* y0,int numberofnodes);
|
---|
12 |
|
---|
13 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.