mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Always print banner.
Remove the #ifdef OPM_FLOW_MAIN guard on printBanner() as it makes sense to print the banner in either case.
This commit is contained in:
@@ -389,11 +389,9 @@ namespace Opm
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
#ifdef OPM_FLOW_MAIN
|
||||
if (outputCout) {
|
||||
Opm::FlowMainEbos<PreTypeTag>::printBanner();
|
||||
}
|
||||
#endif
|
||||
// Create Deck and EclipseState.
|
||||
try {
|
||||
if (outputCout) {
|
||||
|
Reference in New Issue
Block a user