Changeset 20426


Ignore:
Timestamp:
04/01/16 10:58:06 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: better formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/steadystate_core.cpp

    r20418 r20426  
    4949
    5050                /* Compute first velocity, then temperature due to high sensitivity of temperature to velocity. */
    51                 if(VerboseSolution()) _printf0_("\n=============================================================\n");
     51                if(VerboseSolution()) _printf0_("\n======================================================\n");
    5252                if(VerboseSolution()) _printf0_("   computing velocity and temperature for step: " << step << "\n");
    53                 if(VerboseSolution()) _printf0_("=============================================================\n");
     53                if(VerboseSolution()) _printf0_("====================================================\n");
    5454
    55                 if(VerboseSolution()) _printf0_("\n   -- computing new velocity\n");
     55                if(VerboseSolution()) _printf0_("\n   -- computing new velocity -- \n\n");
    5656                stressbalance_core(femmodel);
    5757                GetSolutionFromInputsx(&ug,femmodel);
    5858
    59                 if(VerboseSolution()) _printf0_("\n   -- computing new temperature\n");
     59                if(VerboseSolution()) _printf0_("\n   -- computing new temperature --\n\n");
    6060                thermal_core(femmodel);
    6161                if(!isenthalpy)femmodel->SetCurrentConfiguration(ThermalAnalysisEnum);/*Could be MeltingAnalysis...*/
Note: See TracChangeset for help on using the changeset viewer.