From 026ba26f1549ebe7ea11d8ecae25433939f00dee Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 18 Aug 2016 11:25:33 +0000 Subject: [PATCH] pp --- Common/GmshMessage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index 3829b14c29..1e6eaf3f14 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; -- GitLab