default msg-level to 0

This commit is contained in:
Joachim Schoeberl 2021-09-06 17:36:53 +02:00
parent 77f07f8baf
commit 5a82e18ed1

View File

@ -92,7 +92,7 @@ namespace ngcore
const std::chrono::time_point<TClock> wall_time_start = TClock::now(); const std::chrono::time_point<TClock> wall_time_start = TClock::now();
int printmessage_importance = 5; int printmessage_importance = 0;
bool NGSOStream :: glob_active = true; bool NGSOStream :: glob_active = true;
} // namespace ngcore } // namespace ngcore