Changeset 20363


Ignore:
Timestamp:
03/27/16 12:54:33 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing generic param for now (quick fix)

File:
1 edited

Legend:

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

    r20362 r20363  
    5353                // use the default copy constructor instead
    5454                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
    5659                /*}}}*/
    5760                /*Param vritual function definitions: {{{*/
Note: See TracChangeset for help on using the changeset viewer.