Index: /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp	(revision 27205)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/classes/IoModel.cpp	(revision 27206)
@@ -455,4 +455,10 @@
 			Element* element=xDynamicCast<Element*>(object);
 			element->InputCreateP1FromConstant(inputs,this,value,vector_enum);
+		}
+	}
+	else if (type==P0Enum){
+		for(Object* & object : elements->objects){
+			Element* element=xDynamicCast<Element*>(object);
+			element->SetDoubleInput(inputs,vector_enum,value);
 		}
 	}
