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
RevLine 
[20498]1Index: ../trunk-jpl/src/c/cores/transient_core.cpp
2===================================================================
3--- ../trunk-jpl/src/c/cores/transient_core.cpp (revision 19563)
4+++ ../trunk-jpl/src/c/cores/transient_core.cpp (revision 19564)
5@@ -78,7 +78,7 @@
6 femmodel->parameters->SetParam(time,TimeEnum);
7 femmodel->parameters->SetParam(step,StepEnum);
8
9- if(VerboseSolution()) _printf0_("iteration " << step << "/" << floor((finaltime-time)/dt)+step << " time [yr]: " << time/yts << " (time step: " << dt/yts << ")\n");
10+ if(VerboseSolution()) _printf0_("iteration " << step << "/" << floor((finaltime-time)/dt)+step << " time [yr]: " << setprecision(8) << time/yts << " (time step: " << dt/yts << ")\n");
11 if(step%output_frequency==0 || (time >= finaltime - (yts*DBL_EPSILON)) || step==1)
12 save_results=true;
13 else
Note: See TracBrowser for help on using the repository browser.