Changeset 20364


Ignore:
Timestamp:
03/27/16 13:02:04 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: add warning

File:
1 edited

Legend:

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

    r20363 r20364  
    5454                Object* copy() { return new GenericParam<P>(*this); };
    5555                                         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));
    5657                                                 /*Nothing for now*/
    5758                                         }
Note: See TracChangeset for help on using the changeset viewer.