Index: /issm/trunk/src/c/objects/Loads/Riftfront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 5654)
+++ /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 5655)
@@ -341,4 +341,17 @@
 }
 /*}}}*/
+/*FUNCTION Riftfront::InputUpdateFromConstant(double constant,int name) {{{1*/
+void    Riftfront::InputUpdateFromVector(double* vector, int name, int type){
+
+	/*Check that name is a Riftfront input*/
+	if (!IsInput(name)) return;
+
+	/*update input*/
+	ISSMERROR("not implemented yet");
+	//this->inputs->AddInput(new DoubleInput(name,constant));
+
+}
+/*}}}*/
+
 
 /*Load virtual functions definitions:*/
Index: /issm/trunk/src/c/objects/Loads/Riftfront.h
===================================================================
--- /issm/trunk/src/c/objects/Loads/Riftfront.h	(revision 5654)
+++ /issm/trunk/src/c/objects/Loads/Riftfront.h	(revision 5655)
@@ -60,5 +60,5 @@
 		/*}}}*/
 		/*Update virtual functions resolution: {{{1*/
-		void    InputUpdateFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}
+		void    InputUpdateFromVector(double* vector, int name, int type);
 		void    InputUpdateFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}
 		void    InputUpdateFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}
