Changeset 20363
- Timestamp:
- 03/27/16 12:54:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/GenericParam.h
r20362 r20363 53 53 // use the default copy constructor instead 54 54 Object* copy() { return new GenericParam<P>(*this); }; 55 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!"); }; 55 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ 56 /*Nothing for now*/ 57 } 58 56 59 /*}}}*/ 57 60 /*Param vritual function definitions: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.