Changeset 2591 for issm/trunk/src/c/ContourToMeshx/ContourToMeshx.h
- Timestamp:
- 11/02/09 14:36:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/ContourToMeshx/ContourToMeshx.h ΒΆ
r1 r2591 10 10 #include "../objects/objects.h" 11 11 12 /*threading: */ 13 typedef struct{ 14 15 int numcontours; 16 Contour** contours; 17 int nods; 18 int edgevalue; 19 Vec in_nod; 20 double* x; 21 double* y; 22 23 } ContourToMeshxThreadStruct; 24 25 12 26 /* local prototypes: */ 13 27 int ContourToMeshx( Vec* pin_nods,Vec* pin_elem, double* index, double* x, double* y,Contour** contours,int numcontours,char* interptype,int nel,int nods, int edgevalue); 14 28 29 void* ContourToMeshxt(void* vContourToMeshxThreadStruct); 30 31 15 32 #endif /* _CONTOURTOMESHX_H */ 16 33
Note:
See TracChangeset
for help on using the changeset viewer.