- Timestamp:
- 04/16/12 18:48:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/ExternalResults/DoubleExternalResult.h
r12011 r12014 14 14 #else 15 15 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 16 #endif17 18 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)19 #include <mex.h>20 16 #endif 21 17 … … 48 44 int Id(); 49 45 int MyRank(); 50 #ifdef _SERIAL_51 void Marshall(char** pmarshalled_dataset);52 int MarshallSize();53 void Demarshall(char** pmarshalled_dataset);54 #endif55 46 int ObjectEnum(); 56 47 Object* copy();
Note:
See TracChangeset
for help on using the changeset viewer.