Merge pull request #5923 from michal-toth/bugfix/log-message

Correct a keyword in a message
This commit is contained in:
Atgeirr Flø Rasmussen 2025-01-29 09:23:43 +01:00 committed by GitHub
commit d2b272b5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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