Changeset 11861 for issm/trunk-jpl/src/c/objects/Params/DoubleMatParam.h
- Timestamp:
- 04/02/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/DoubleMatParam.h
r11853 r11861 15 15 #endif 16 16 17 #if def _SERIAL_17 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 18 18 #include <mex.h> 19 19 #endif … … 43 43 int Id(); 44 44 int MyRank(); 45 #if def _SERIAL_45 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 46 46 void Marshall(char** pmarshalled_dataset); 47 47 int MarshallSize(); … … 84 84 85 85 void GetParameterName(char**pname); 86 #if def _SERIAL_86 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 87 87 void SetMatlabField(mxArray* dataref); 88 88 #endif
Note:
See TracChangeset
for help on using the changeset viewer.