Changeset 20364
- Timestamp:
- 03/27/16 13:02:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/GenericParam.h
r20363 r20364 54 54 Object* copy() { return new GenericParam<P>(*this); }; 55 55 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ 56 _printf_(" WARNING: parameter %s is a GenericParam and cannot be marshalled\n",EnumToStringx(this->myEnumVal)); 56 57 /*Nothing for now*/ 57 58 }
Note:
See TracChangeset
for help on using the changeset viewer.