adjust to InputErrorAction change to enum class

This commit is contained in:
Arne Morten Kvarving
2023-01-11 13:18:39 +01:00
parent 4dc068c87f
commit 3a01e89585
3 changed files with 12 additions and 12 deletions

View File

@@ -280,7 +280,7 @@ void verify_norne_oil_pvt_region2(const Opm::EclipseState& eclState, const Opm::
}
BOOST_AUTO_TEST_CASE( Test_Norne_PVT) {
Opm::ParseContext parseContext({{ ParseContext::PARSE_RANDOM_SLASH , InputError::IGNORE }});
Opm::ParseContext parseContext({{ ParseContext::PARSE_RANDOM_SLASH , InputErrorAction::IGNORE }});
Opm::ErrorGuard errorGuard;
Opm::Parser parser;
auto python = std::make_shared<Opm::Python>();