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

CHG: Marshall2 -> Marshall

File:
1 edited

Legend:

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

    r25507 r25508  
    7373}
    7474/*}}}*/
    75 void  Loads::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/
     75void  Loads::Marshall(MarshallHandle* marshallhandle){ /*{{{*/
    7676
    7777        int object_enum = LoadsEnum;
     
    8080        marshallhandle->call(this->numpenalties);
    8181
    82         DataSet::Marshall2(marshallhandle);
     82        DataSet::Marshall(marshallhandle);
    8383}
    8484/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.