From f9af91abfcdfc0ef1cce3d89d9781c54b6f03674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20T=C3=B3th?= Date: Tue, 28 Jan 2025 16:04:12 +0100 Subject: [PATCH] Correct the keyword in the message --- opm/simulators/flow/FlowGenericVanguard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/flow/FlowGenericVanguard.cpp b/opm/simulators/flow/FlowGenericVanguard.cpp index 1622411b9..87e3a051b 100644 --- a/opm/simulators/flow/FlowGenericVanguard.cpp +++ b/opm/simulators/flow/FlowGenericVanguard.cpp @@ -351,7 +351,7 @@ void FlowGenericVanguard::init() std::string message = std::string("Option --allow-distributed-wells=true in a model with\n") + "multisegment wells. This feature is still experimental. You can\n" - + "set --enable-multisegment-wells=false to treat the existing \n" + + "set --use-multisegment-well=false to treat the existing \n" + "multisegment wells as standard wells."; OpmLog::info(message); }