Changeset 11997 for issm/trunk-jpl/src/mex/TriMesh/TriMesh.h
- Timestamp:
- 04/16/12 15:41:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/mex/TriMesh/TriMesh.h
r11969 r11997 18 18 #endif 19 19 20 /*Header files: */ 20 21 #include "../../c/include/globals.h" 21 22 #include "../../c/toolkits/toolkits.h" … … 32 33 #define AREA (mxArray *)prhs[1] 33 34 #define ORDER (mxArray *)prhs[2] 34 35 35 /* serial output macros: */ 36 36 #define INDEX (mxArray**)&plhs[0] … … 39 39 #define SEGMENTS (mxArray**)&plhs[3] 40 40 #define SEGMENTMARKERLIST (mxArray**)&plhs[4] 41 #endif 41 42 42 #endif43 43 #ifdef _HAVE_PYTHON_ 44 44 /* serial input macros: */ … … 46 46 #define AREA PyTuple_GetItem(args,1) 47 47 #define ORDER PyTuple_GetItem(args,2) 48 49 48 /* serial output macros: */ 50 49 #define INDEX output,0 … … 54 53 #define SEGMENTMARKERLIST output,4 55 54 #endif 56 57 /* local prototypes: */58 void TriMeshUsage(void);59 55 60 56 #undef __FUNCT__ … … 67 63 #define NRHS 3 68 64 65 /* local prototypes: */ 66 void TriMeshUsage(void); 67 69 68 #endif /* _TRIMESH_H */
Note:
See TracChangeset
for help on using the changeset viewer.