Changeset 12011 for issm/trunk-jpl/src/c/objects/Params/IntParam.cpp
- Timestamp:
- 04/16/12 17:40:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/IntParam.cpp
r11936 r12011 134 134 } 135 135 /*}}}*/ 136 /*FUNCTION IntParam::SetMatlabField{{{1*/137 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)138 void IntParam::SetMatlabField(mxArray* dataref){139 140 char* name=NULL;141 this->GetParameterName(&name);142 mxSetField( dataref, 0, name,mxCreateDoubleScalar((double)value));143 }144 #endif145 /*}}}*/146 136 /*FUNCTION IntParam::UnitConversion{{{1*/ 147 137 void IntParam::UnitConversion(int direction_enum){
Note:
See TracChangeset
for help on using the changeset viewer.