mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removed exit failure for gas-water system
This commit is contained in:
@@ -224,9 +224,6 @@ namespace Opm
|
|||||||
}
|
}
|
||||||
// gas-water
|
// gas-water
|
||||||
else if ( phases.active( Phase::GAS ) && phases.active( Phase::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_));
|
flowEbosGasWaterSetDeck(setupTime_, std::move(deck_), std::move(eclipseState_), std::move(schedule_), std::move(summaryConfig_));
|
||||||
return flowEbosGasWaterMain(argc_, argv_, outputCout_, outputFiles_);
|
return flowEbosGasWaterMain(argc_, argv_, outputCout_, outputFiles_);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user