Changeset 26920


Ignore:
Timestamp:
03/08/22 11:17:32 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor formatting

File:
1 edited

Legend:

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

    r26892 r26920  
    7878                if(VerboseSolution()){
    7979                        _printf0_("iteration " << step << "/" << ceil((finaltime-time)/dt)+step << \
    80                                                 "  time [yr]: " << setprecision(4) << time/yts << " (time step: " << dt/yts << ")\n");
     80                                                "  time [yr]: " <<std::fixed<<setprecision(2)<< time/yts << " (time step: " << dt/yts << ")\n");
    8181                }
    8282                bool save_results=false;
Note: See TracChangeset for help on using the changeset viewer.