Index: /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp	(revision 22155)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp	(revision 22156)
@@ -111,5 +111,5 @@
 	 * not already done by the mass trasnport module. For ice caps, they rely on the transient mass 
 	 * transport module exclusively:*/
-	if(iscoupler) if(modelid==earthid) if(istransientmasstransport) EarthMassTransport(femmodel);
+	if(iscoupler) if(modelid==earthid) if(!istransientmasstransport) EarthMassTransport(femmodel);
 
 	/*increment counter, or call solution core if count==frequency:*/
@@ -162,5 +162,5 @@
 
 		//reset cumdeltathickness  to 0: 
-		InputUpdateFromConstantx(femmodel,0,SealevelriseCumDeltathicknessEnum);
+		InputUpdateFromConstantx(femmodel,0.0,SealevelriseCumDeltathicknessEnum);
 	}
 
