Changeset 26938


Ignore:
Timestamp:
03/22/22 15:07:46 (3 years ago)
Author:
jdquinn
Message:

BUG: Removing transient step colorization for now as Jenkins XML parser trips on it

File:
1 edited

Legend:

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

    r26935 r26938  
    7777
    7878                if(VerboseSolution()){
    79                         _printf0_("\e[92miteration " << step << "/" << ceil((finaltime-time)/dt)+step << \
    80                                                 "  time [yr]: " <<std::fixed<<setprecision(2)<< time/yts << "\e[m (time step: " << dt/yts << ")\n");
     79                        _printf0_("iteration " << step << "/" << ceil((finaltime-time)/dt)+step << \
     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.