Index: /issm/trunk-jpl/src/c/cores/movingfront_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/movingfront_core.cpp	(revision 26976)
+++ /issm/trunk-jpl/src/c/cores/movingfront_core.cpp	(revision 26977)
@@ -48,4 +48,7 @@
 	}
 
+	/* smoothen slope of lsf for computation of normal on ice domain*/
+	levelsetfunctionslope_core(femmodel);
+
 	/* start the work from here */
 	if(VerboseSolution()) _printf0_("   computing calving and undercutting\n");
@@ -53,7 +56,4 @@
 	FrontalForcingsx(femmodel);
 	if(VerboseSolution()) _printf0_("   computing new ice front position\n");
-
-	/* smoothen slope of lsf for computation of normal on ice domain*/
-	levelsetfunctionslope_core(femmodel);
 
 	/* determine variables for extrapolation */
