changed: relocate and rename StoneType enum

unfortunate naming, unfortunate location
This commit is contained in:
Arne Morten Kvarving
2020-03-10 10:38:43 +01:00
parent b8a30805d3
commit 9b22cab024
3 changed files with 31 additions and 32 deletions

View File

@@ -487,7 +487,7 @@ BOOST_AUTO_TEST_CASE(TolCrit)
}
{
const auto sfctrl = ::Opm::SatFuncControls{ 5.0e-7 };
const auto sfctrl = ::Opm::SatFuncControls{ 5.0e-7, ::Opm::SatFuncControls::ThreePhaseOilKrModel::Default };
BOOST_CHECK_CLOSE(sfctrl.minimumRelpermMobilityThreshold(), 5.0e-7, 1.0e-10);
BOOST_CHECK_MESSAGE(!(sfctrl == ::Opm::SatFuncControls{}),
"Default-constructed SatFuncControl must NOT equal non-default");