- Timestamp:
- 06/01/12 17:26:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/ExternalResults/BoolExternalResult.h
r11995 r12330 15 15 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 16 16 #endif 17 18 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)19 #include <mex.h>20 #endif21 22 17 23 18 #include "./ExternalResult.h" … … 47 42 int Id(); 48 43 int MyRank(); 49 #ifdef _SERIAL_50 void Marshall(char** pmarshalled_dataset);51 int MarshallSize();52 void Demarshall(char** pmarshalled_dataset);53 #endif54 44 int ObjectEnum(); 55 45 Object* copy(); … … 59 49 void WriteData(FILE* fid,bool io_gather); 60 50 void GetResultName(char**); 61 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)62 void SetMatlabField(mxArray* dataref);63 #endif64 51 int GetStep(void); 65 52 /*}}}*/ 66 53 }; 67 #endif /* _BOOLEXTERNALRESULT_H */54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.