Changeset 11843 for issm/trunk-jpl/src/c/objects/Bamg/BamgGeom.h
- Timestamp:
- 04/01/12 11:21:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Bamg/BamgGeom.h
r5187 r11843 5 5 #define _BAMGGEOM_H_ 6 6 7 #ifdef _ SERIAL_7 #ifdef _HAVE_MATLAB_ 8 8 #include <mex.h> 9 9 #endif … … 30 30 31 31 BamgGeom(); 32 #ifdef _ SERIAL_32 #ifdef _HAVE_MATLAB_ 33 33 BamgGeom(mxArray* matlab_struct); 34 34 #endif 35 35 ~BamgGeom(); 36 36 37 #ifdef _ SERIAL_37 #ifdef _HAVE_MATLAB_ 38 38 void SetMatlabStructureFields(mxArray** matlab_struct); 39 39 void SetMatlabStructureField(mxArray* matlab_struct,const char* fieldname,int fieldrows,int fieldcols,double* fieldpointer);
Note:
See TracChangeset
for help on using the changeset viewer.