Correct the keyword in the message

This commit is contained in:
Michal Tóth
2025-01-28 16:04:12 +01:00
parent 2f75635d21
commit f9af91abfc

View File

@@ -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);
}