source: issm/oecreview/Archive/19101-20495/ISSM-19563-19564.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 843 bytes
  • ../trunk-jpl/src/c/cores/transient_core.cpp

     
    7878                femmodel->parameters->SetParam(time,TimeEnum);
    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;
    8484                else
Note: See TracBrowser for help on using the repository browser.