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