Index: /issm/trunk-jpl/src/c/classes/Params/GenericParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/Params/GenericParam.h	(revision 20362)
+++ /issm/trunk-jpl/src/c/classes/Params/GenericParam.h	(revision 20363)
@@ -53,5 +53,8 @@
                 // use the default copy constructor instead
                 Object* copy() { return new GenericParam<P>(*this); };
-					 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!"); };
+					 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){
+						 /*Nothing for now*/
+					 }
+
                 /*}}}*/
                 /*Param vritual function definitions: {{{*/
