diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index 3829b14c29c93555fd12884beb70645d4e6b2383..1e6eaf3f145ce83c4289a46713a5e3fbf49ca7ea 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -29,8 +29,8 @@ class Msg { private: // current cpu number and total number of cpus static int _commRank, _commSize; - // verbosity level (0: silent except fatal errors, 1: +errors, 2: - // +warnings, 3: +direct, 4: +info except status bar, 5: normal, 99: debug) + // verbosity level (0: silent except fatal errors, 1: +errors, 2: +warnings, + // 3: +direct, 4: +info, 5 (=normal): +statusbar, 99: debug) static int _verbosity; // step (in %) of the progress meter and current progress % static int _progressMeterStep, _progressMeterCurrent;