Changeset 12014 for issm/trunk-jpl/src/c/objects/Params/MatrixParam.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/MatrixParam.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 … … 42 38 int Id(); 43 39 int MyRank(); 44 #ifdef _SERIAL_45 void Marshall(char** pmarshalled_dataset);46 int MarshallSize();47 void Demarshall(char** pmarshalled_dataset);48 #endif49 40 int ObjectEnum(); 50 41 Object* copy();
Note:
See TracChangeset
for help on using the changeset viewer.