removed exit failure for gas-water system

This commit is contained in:
Paul Egberts
2021-08-01 18:11:56 +02:00
parent e25b78f106
commit d5653d9ca2

View File

@@ -224,9 +224,6 @@ namespace Opm
}
// gas-water
else if ( phases.active( Phase::GAS ) && phases.active( Phase::WATER ) ) {
if (outputCout_)
std::cerr << "Gas-water systems are not yet supported" << std::endl;
return EXIT_FAILURE;
flowEbosGasWaterSetDeck(setupTime_, std::move(deck_), std::move(eclipseState_), std::move(schedule_), std::move(summaryConfig_));
return flowEbosGasWaterMain(argc_, argv_, outputCout_, outputFiles_);
}