Ignore:
Timestamp:
09/01/20 13:22:48 (5 years ago)
Author:
Mathieu Morlighem
Message:

NEW: new way of Marshalling femmodel

File:
1 edited

Legend:

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

    r23066 r25506  
    5858}
    5959/*}}}*/
     60void 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}/*}}}*/
    6068int  IntParam::ObjectEnum(void){/*{{{*/
    6169
Note: See TracChangeset for help on using the changeset viewer.