Changeset 12014 for issm/trunk-jpl/src/c/objects/Params/IntMatParam.h
- Timestamp:
- 04/16/12 18:48:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/IntMatParam.h
r12011 r12014 13 13 #else 14 14 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 15 #endif16 17 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)18 #include <mex.h>19 15 #endif 20 16 … … 43 39 int Id(); 44 40 int MyRank(); 45 #ifdef _SERIAL_46 void Marshall(char** pmarshalled_dataset);47 int MarshallSize();48 void Demarshall(char** pmarshalled_dataset);49 #endif50 41 int ObjectEnum(); 51 42 Object* copy();
Note:
See TracChangeset
for help on using the changeset viewer.