From 51f4395060f9c98542bfaa91c91f94543bf7b52f Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Tue, 8 Aug 2023 01:59:39 +0200 Subject: add back printing of warning messages at the end of the simulation (#4154) --- Source/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/main.cpp') diff --git a/Source/main.cpp b/Source/main.cpp index 3051539d8..f98674d2a 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -39,7 +39,8 @@ int main(int argc, char* argv[]) warpx.Evolve(); //Print warning messages at the end of the simulation - ablastr::warn_manager::GetWMInstance().PrintGlobalWarnings("THE END"); + amrex::Print() << + ablastr::warn_manager::GetWMInstance().PrintGlobalWarnings("THE END"); timer.record_stop_time(); if (warpx.Verbose()) { -- cgit v1.2.3