Index: /issm/trunk-jpl/src/c/objects/Params/TransientParam.h
===================================================================
--- /issm/trunk-jpl/src/c/objects/Params/TransientParam.h	(revision 12746)
+++ /issm/trunk-jpl/src/c/objects/Params/TransientParam.h	(revision 12747)
@@ -65,5 +65,5 @@
 		void  SetValue(char** stringarray,int M){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a string array");}
 		void  SetValue(IssmDouble* IssmDoublearray,int M){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a IssmDouble vec array");}
-		void  SetValue(IssmDouble* IssmDoublearray,int M,int N);
+		void  SetValue(IssmDouble* IssmDoublearray,int M,int N){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a IssmDouble array");}
 		void  SetValue(int* intarray,int M){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a int vec array");}
 		void  SetValue(int* intarray,int M,int N){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a int mat array");};
