Changeset 26254


Ignore:
Timestamp:
05/10/21 11:09:18 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: implemented marshall for CflLevelset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Cflevelsetmisfit.cpp

    r26252 r26254  
    8383/*}}}*/
    8484void 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);
    86100}
    87101/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.