diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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()) { |