From de53c98605bc0841894260b282549b3488aa8653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Tue, 14 Apr 2020 13:37:58 +0200 Subject: [PATCH] Always print banner. Remove the #ifdef OPM_FLOW_MAIN guard on printBanner() as it makes sense to print the banner in either case. --- opm/simulators/flow/Main.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/simulators/flow/Main.hpp b/opm/simulators/flow/Main.hpp index 5fd43d926..bf7398858 100644 --- a/opm/simulators/flow/Main.hpp +++ b/opm/simulators/flow/Main.hpp @@ -389,11 +389,9 @@ namespace Opm #endif return 1; } -#ifdef OPM_FLOW_MAIN if (outputCout) { Opm::FlowMainEbos::printBanner(); } -#endif // Create Deck and EclipseState. try { if (outputCout) {