Changeset 25508 for issm/trunk-jpl/src/c/classes/Loads/Loads.cpp
- Timestamp:
- 09/01/20 14:48:32 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Loads.cpp
r25507 r25508 73 73 } 74 74 /*}}}*/ 75 void Loads::Marshall 2(MarshallHandle* marshallhandle){ /*{{{*/75 void Loads::Marshall(MarshallHandle* marshallhandle){ /*{{{*/ 76 76 77 77 int object_enum = LoadsEnum; … … 80 80 marshallhandle->call(this->numpenalties); 81 81 82 DataSet::Marshall 2(marshallhandle);82 DataSet::Marshall(marshallhandle); 83 83 } 84 84 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.