Changeset 25506 for issm/trunk-jpl/src/c/classes/Params/IntParam.cpp
- Timestamp:
- 09/01/20 13:22:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/IntParam.cpp
r23066 r25506 58 58 } 59 59 /*}}}*/ 60 void IntParam::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/ 61 62 int object_enum = IntParamEnum; 63 marshallhandle->call(object_enum); 64 65 marshallhandle->call(this->enum_type); 66 marshallhandle->call(this->value); 67 }/*}}}*/ 60 68 int IntParam::ObjectEnum(void){/*{{{*/ 61 69
Note:
See TracChangeset
for help on using the changeset viewer.