We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 270018c + f9af91a commit d2b272bCopy full SHA for d2b272b
opm/simulators/flow/FlowGenericVanguard.cpp
@@ -352,7 +352,7 @@ void FlowGenericVanguard::init()
352
std::string message =
353
std::string("Option --allow-distributed-wells=true in a model with\n")
354
+ "multisegment wells. This feature is still experimental. You can\n"
355
- + "set --enable-multisegment-wells=false to treat the existing \n"
+ + "set --use-multisegment-well=false to treat the existing \n"
356
+ "multisegment wells as standard wells.";
357
OpmLog::info(message);
358
}
0 commit comments