Changeset 26254
- Timestamp:
- 05/10/21 11:09:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Cflevelsetmisfit.cpp
r26252 r26254 83 83 /*}}}*/ 84 84 void Cflevelsetmisfit::Marshall(MarshallHandle* marshallhandle){/*{{{*/ 85 _error_("not implemented yet!"); 85 86 /*ok, marshall operations: */ 87 int object_enum=CflevelsetmisfitEnum; 88 marshallhandle->call(object_enum); 89 90 marshallhandle->call(this->definitionenum); 91 marshallhandle->call(this->local); 92 marshallhandle->call(this->model_enum); 93 marshallhandle->call(this->name); 94 marshallhandle->call(this->observation_enum); 95 marshallhandle->call(this->timeinterpolation); 96 marshallhandle->call(this->weights_enum); 97 marshallhandle->call(this->datatime); 98 marshallhandle->call(this->timepassedflag); 99 marshallhandle->call(this->misfit); 86 100 } 87 101 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.