Changeset 20365
- Timestamp:
- 03/27/16 13:10:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/GenericParam.h
r20364 r20365 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 _printf_(" WARNING: parameter "<<EnumToStringx(this->myEnumVal)<<" is a GenericParam and cannot be marshalled\n"); 57 57 /*Nothing for now*/ 58 58 }
Note:
See TracChangeset
for help on using the changeset viewer.