Ignore:
Timestamp:
03/16/15 16:19:22 (10 years ago)
Author:
Eric.Larour
Message:

CHG: re-introducing Marshalling routines in support of check pointing. Implemented
the dataset backbone, and the FemModel backbone. Now we have to bring back the low
level drivers for the classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/GenericParam.h

    r16233 r19198  
    5252                // use the default copy constructor instead
    5353                Object* copy() { return new GenericParam<P>(*this); };
     54                                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!"); };
    5455                /*}}}*/
    5556                /*Param vritual function definitions: {{{*/
Note: See TracChangeset for help on using the changeset viewer.