source:
issm/oecreview/Archive/19101-20495/ISSM-19563-19564.diff
Last change on this file was 20498, checked in by , 9 years ago | |
---|---|
File size: 843 bytes |
-
../trunk-jpl/src/c/cores/transient_core.cpp
78 78 femmodel->parameters->SetParam(time,TimeEnum); 79 79 femmodel->parameters->SetParam(step,StepEnum); 80 80 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"); 82 82 if(step%output_frequency==0 || (time >= finaltime - (yts*DBL_EPSILON)) || step==1) 83 83 save_results=true; 84 84 else
Note:
See TracBrowser
for help on using the repository browser.