From 88011cca2ebf57708761192c68ddfe9704879e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 7 Oct 2013 12:57:51 +0200 Subject: [PATCH] Modify error message. --- opm/core/simulator/initState_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();