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:
Håkon Hægland
2020-04-14 13:37:58 +02:00
parent efa6c54096
commit de53c98605

View File

@@ -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) {