Changeset 28225


Ignore:
Timestamp:
04/15/24 17:40:43 (12 months ago)
Author:
Mathieu Morlighem
Message:

CHG: adding colors as comments in case it is of interest

File:
1 edited

Legend:

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

    r27928 r28225  
    7878                if(VerboseSolution()){
    7979                        _printf0_("iteration " << step << "/" << ceil((finaltime-time)/dt)+step << \
    80                                         "  time [yr]: " <<std::fixed<<setprecision(2)<< time/yts << " (time step: " << dt/yts << ")\n");
     80                                                "  time [yr]: " <<std::fixed<<setprecision(2)<< time/yts << " (time step: " << dt/yts << ")\n");
     81                        //_printf0_("\e[92miteration " << step << "/" << ceil((finaltime-time)/dt)+step << \
     82                        //                      "  time [yr]: " <<std::fixed<<setprecision(2)<< time/yts << "\e[m (time step: " << dt/yts << ")\n");
    8183                }
    8284                bool save_results=false;
Note: See TracChangeset for help on using the changeset viewer.