- Timestamp:
- 04/02/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/ExternalResults/BoolExternalResult.h
r11853 r11861 16 16 #endif 17 17 18 #if def _SERIAL_18 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 19 19 #include <mex.h> 20 20 #endif … … 47 47 int Id(); 48 48 int MyRank(); 49 #if def _SERIAL_49 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 50 50 void Marshall(char** pmarshalled_dataset); 51 51 int MarshallSize(); … … 59 59 void WriteData(FILE* fid,bool io_gather); 60 60 void GetResultName(char**); 61 #if def _SERIAL_61 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 62 62 void SetMatlabField(mxArray* dataref); 63 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.