Index: /issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp	(revision 27206)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/classes/Elements/Element.cpp	(revision 27207)
@@ -3679,4 +3679,12 @@
 }
 /*}}}*/
+void       Element::SetDoubleInput(Inputs* inputs,int enum_in,IssmDouble value){/*{{{*/
+
+	_assert_(inputs);
+	inputs->SetDoubleInput(enum_in,this->lid,value);
+
+}
+/*}}}*/
+
 void       Element::SetwiseNodeConnectivity(int* pd_nz,int* po_nz,Node* node,bool* flags,int* flagsindices,int* flagsindices_counter,int set1_enum,int set2_enum, int analysis_type){/*{{{*/
 
