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/Loads/Loads.cpp

    r24630 r25506  
    8282
    8383        DataSet::Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
     84}
     85/*}}}*/
     86void  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);
    8494}
    8595/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.