Index: /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp	(revision 27212)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp	(revision 27213)
@@ -460,5 +460,5 @@
 		for(Object* & object : elements->objects){
 			Element* element=xDynamicCast<Element*>(object);
-			element->SetDoubleInput(inputs,vector_enum,value);
+			element->InputCreateP0FromConstant(inputs,this,value,vector_enum);
 		}
 	}
