Index: /issm/trunk-jpl/src/c/cores/steadystate_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/steadystate_core.cpp	(revision 20417)
+++ /issm/trunk-jpl/src/c/cores/steadystate_core.cpp	(revision 20418)
@@ -49,10 +49,13 @@
 
 		/* Compute first velocity, then temperature due to high sensitivity of temperature to velocity. */
+		if(VerboseSolution()) _printf0_("\n=============================================================\n");
 		if(VerboseSolution()) _printf0_("   computing velocity and temperature for step: " << step << "\n");
+		if(VerboseSolution()) _printf0_("=============================================================\n");
 
-		if(VerboseSolution()) _printf0_("   computing new velocity\n");
+		if(VerboseSolution()) _printf0_("\n   -- computing new velocity\n");
 		stressbalance_core(femmodel);
 		GetSolutionFromInputsx(&ug,femmodel);
 
+		if(VerboseSolution()) _printf0_("\n   -- computing new temperature\n");
 		thermal_core(femmodel);
 		if(!isenthalpy)femmodel->SetCurrentConfiguration(ThermalAnalysisEnum);/*Could be MeltingAnalysis...*/
