Index: /issm/trunk/src/c/parallel/transient_core_2d.cpp
===================================================================
--- /issm/trunk/src/c/parallel/transient_core_2d.cpp	(revision 1481)
+++ /issm/trunk/src/c/parallel/transient_core_2d.cpp	(revision 1482)
@@ -108,5 +108,5 @@
 	while(time<finaltime){ //make sure we run up to finaltime.
 	
-		if(debug)_printf_("%s%g%s%i%s%g\n","time [yr]: ",time/yts,"    iteration number: ",step,"/",floor(finaltime/dt));
+		_printf_("%s%g%s%i%s%g\n","time [yr]: ",time/yts,"    iteration number: ",step,"/",floor(finaltime/dt));
 
 		step+=1;
@@ -120,4 +120,5 @@
 
 		//Deal with velocities.
+		_printf_("%s\n","computing new velocity");
 		diagnostic_results=new DataSet(ResultsEnum()); 
 		diagnostic_core(diagnostic_results,fems, inputs);
@@ -132,5 +133,6 @@
 		
 		inputs->Add("velocity",u_g,2,numberofnodes);
-		prognostic_results=new DataSet(ResultsEnum()); prognostic_core(prognostic_results,fem_p, inputs);
+		prognostic_results=new DataSet(ResultsEnum()); 
+		prognostic_core(prognostic_results,fem_p, inputs);
 	
 		//extract h_g prognostic_results, and erase prognostic_results;
