Changeset 19198 for issm/trunk-jpl/src/c/classes/Params/GenericParam.h
- Timestamp:
- 03/16/15 16:19:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/GenericParam.h
r16233 r19198 52 52 // use the default copy constructor instead 53 53 Object* copy() { return new GenericParam<P>(*this); }; 54 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!"); }; 54 55 /*}}}*/ 55 56 /*Param vritual function definitions: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.