Changeset 3274
- Timestamp:
- 03/12/10 13:17:35 (15 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/BamgGeom.cpp
r3273 r3274 1 #ifdef _SERIAL_ 2 #include "mex.h" 1 3 #include "stdio.h" 2 4 #include "./BamgGeom.h" … … 124 126 125 127 } 128 #endif -
issm/trunk/src/c/objects/BamgGeom.h
r3273 r3274 4 4 #ifndef BAMGGEOM_H_ 5 5 #define BAMGGEOM_H_ 6 7 #include <mex.h>8 6 9 7 struct BamgGeom{ … … 39 37 40 38 void BamgGeomInit(BamgGeom* bamggeom); 39 40 #ifdef _SERIAL_ 41 41 void BamgGeomWrite(mxArray** bamggeom_mat,BamgGeom* bamggeom); 42 #endif 42 43 43 44 #endif -
issm/trunk/src/c/objects/BamgMesh.cpp
r3273 r3274 1 #ifdef _SERIAL_ 1 2 #include "stdio.h" 3 #include "mex.h" 2 4 #include "./BamgMesh.h" 3 5 … … 180 182 *pbamgmesh_mat=bamgmesh_mat; 181 183 } 184 #endif -
issm/trunk/src/c/objects/BamgMesh.h
r3273 r3274 4 4 #ifndef BAMGMESH_H_ 5 5 #define BAMGMESH_H_ 6 7 #include <mex.h>8 6 9 7 struct BamgMesh{ … … 47 45 48 46 void BamgMeshInit(BamgMesh* bamgmesh); 47 48 #ifdef _SERIAL_ 49 49 void BamgMeshWrite(mxArray** bamgmesh_mat,BamgMesh* bamgmesh); 50 #endif 50 51 51 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.