Changeset 19564


Ignore:
Timestamp:
09/19/15 14:51:57 (10 years ago)
Author:
Eric.Larour
Message:

CHG: some verbose changes, essentially anouncing the time step.

File:
1 edited

Legend:

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

    r19549 r19564  
    7979                femmodel->parameters->SetParam(step,StepEnum);
    8080
    81                 if(VerboseSolution()) _printf0_("iteration " << step << "/" << floor((finaltime-time)/dt)+step << "  time [yr]: " << time/yts << " (time step: " << dt/yts << ")\n");
     81                if(VerboseSolution()) _printf0_("iteration " << step << "/" << floor((finaltime-time)/dt)+step << "  time [yr]: " << setprecision(8) << time/yts << " (time step: " << dt/yts << ")\n");
    8282                if(step%output_frequency==0 || (time >= finaltime - (yts*DBL_EPSILON)) || step==1)
    8383                 save_results=true;
Note: See TracChangeset for help on using the changeset viewer.