- Timestamp:
- 04/02/12 11:22:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/objects/ExternalResults/ExternalResult.h ¶
r11843 r11853 16 16 #endif 17 17 18 #ifdef _ HAVE_MATLAB_18 #ifdef _SERIAL_ 19 19 #include <mex.h> 20 20 #endif … … 33 33 virtual void WriteData(FILE* fid,bool io_gather)=0; 34 34 virtual void GetResultName(char**)=0; 35 #ifdef _ HAVE_MATLAB_35 #ifdef _SERIAL_ 36 36 virtual void SetMatlabField(mxArray* dataref)=0; 37 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.