Changeset 25506 for issm/trunk-jpl/src/c/classes/Loads/Loads.cpp
- Timestamp:
- 09/01/20 13:22:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Loads.cpp
r24630 r25506 82 82 83 83 DataSet::Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction); 84 } 85 /*}}}*/ 86 void Loads::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/ 87 88 int object_enum = LoadsEnum; 89 marshallhandle->call(object_enum); 90 marshallhandle->call(this->numrifts); 91 marshallhandle->call(this->numpenalties); 92 93 DataSet::Marshall2(marshallhandle); 84 94 } 85 95 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.