mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5923 from michal-toth/bugfix/log-message
Correct a keyword in a message
This commit is contained in:
commit
d2b272b5f5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user