Skip to content

Commit d2b272b

Browse files
authored
Merge pull request #5923 from michal-toth/bugfix/log-message
Correct a keyword in a message
2 parents 270018c + f9af91a commit d2b272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opm/simulators/flow/FlowGenericVanguard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ void FlowGenericVanguard::init()
352352
std::string message =
353353
std::string("Option --allow-distributed-wells=true in a model with\n")
354354
+ "multisegment wells. This feature is still experimental. You can\n"
355-
+ "set --enable-multisegment-wells=false to treat the existing \n"
355+
+ "set --use-multisegment-well=false to treat the existing \n"
356356
+ "multisegment wells as standard wells.";
357357
OpmLog::info(message);
358358
}

0 commit comments

Comments
 (0)