Changeset 11861 for issm/trunk-jpl/src/c/objects/Params/BoolParam.cpp
- Timestamp:
- 04/02/12 15:44:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/BoolParam.cpp
r11853 r11861 62 62 } 63 63 /*}}}*/ 64 #if def _SERIAL_64 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 65 65 /*FUNCTION BoolParam::Marshall{{{1*/ 66 66 void BoolParam::Marshall(char** pmarshalled_dataset){ … … 135 135 /*}}}*/ 136 136 /*FUNCTION BoolParam::SetMatlabField{{{1*/ 137 #if def _SERIAL_137 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_) 138 138 void BoolParam::SetMatlabField(mxArray* dataref){ 139 139 char* name=NULL;
Note:
See TracChangeset
for help on using the changeset viewer.