Changeset 4546 for issm/trunk/src/c/objects/Params/DoubleParam.cpp
- Timestamp:
- 07/13/10 08:46:04 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/DoubleParam.cpp
r4528 r4546 124 124 125 125 /*DoubleParam virtual functions definitions: */ 126 /*FUNCTION DoubleParam::GetParameterName (void);{{{1*/126 /*FUNCTION DoubleParam::GetParameterName{{{1*/ 127 127 char* DoubleParam::GetParameterName(void){ 128 128 return EnumAsString(this->enum_type); 129 129 } 130 130 /*}}}*/ 131 /*FUNCTION DoubleParam::GetParameterValue (int* pinteger){{{1*/131 /*FUNCTION DoubleParam::GetParameterValue{{{1*/ 132 132 void DoubleParam::GetParameterValue(int* pinteger){ 133 133 #ifdef _SERIAL_ … … 138 138 } 139 139 /*}}}*/ 140 /*FUNCTION DoubleParam::GetParameterValue (bool* pbool){{{1*/140 /*FUNCTION DoubleParam::GetParameterValue{{{1*/ 141 141 void DoubleParam::GetParameterValue(bool* pbool){ 142 142 #ifdef _SERIAL_ … … 151 151 } 152 152 /*}}}*/ 153 /*FUNCTION DoubleParam::SetMatlabField (mxArray* dataref);{{{1*/153 /*FUNCTION DoubleParam::SetMatlabField{{{1*/ 154 154 #ifdef _SERIAL_ 155 155 void DoubleParam::SetMatlabField(mxArray* dataref){
Note:
See TracChangeset
for help on using the changeset viewer.