diff --git a/opm/core/simulator/initState_impl.hpp b/opm/core/simulator/initState_impl.hpp index a0b47bbfd..e4b2f479e 100644 --- a/opm/core/simulator/initState_impl.hpp +++ b/opm/core/simulator/initState_impl.hpp @@ -617,7 +617,7 @@ namespace Opm State& state) { if (props.numPhases() != 3) { - OPM_THROW(std::runtime_error, "initBlackoilSurfvol() can for now only be used with 3 phases."); + OPM_THROW(std::runtime_error, "initBlackoilSurfvol() is only supported in three-phase simulations."); } const std::vector& rs = state.gasoilratio();