Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 8728)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 8729)
@@ -4748,5 +4748,5 @@
 	if(!this->IsOnShelf() && elementonshelf==true)swap=1;
     this->inputs->AddInput(new BoolInput(ElementOnIceShelfEnum,elementonshelf));
-
+	    
 	/*If this element just  became ungrounded, set its basal melting rate at 50 m/yr:*/
 	if(swap){
@@ -4816,7 +4816,7 @@
 	}
 
-	/*Surface and bed are updated. Update inputs:*/    /*FIXME should be done by prognostic_core!*/
-	//surface_input->GetValuesPtr(&values,NULL); for(i=0;i<3;i++)values[i]=s[i];
-	//bed_input->GetValuesPtr(&values,NULL);     for(i=0;i<3;i++)values[i]=b[i];
+	/*Surface and bed are updated. Update inputs:*/    
+	surface_input->GetValuesPtr(&values,NULL); for(i=0;i<3;i++)values[i]=s[i];
+	bed_input->GetValuesPtr(&values,NULL);     for(i=0;i<3;i++)values[i]=b[i];
 
 	}
