fixing reviewing comments from PR 1279.

This commit is contained in:
Kai Bao
2017-10-16 16:46:28 +02:00
parent 4efaf64cf7
commit ba8eb708d1
14 changed files with 113 additions and 172 deletions

View File

@@ -81,14 +81,14 @@ namespace Opm
/// Try to detect oscillation or stagnation.
bool use_update_stabilization_;
/// Whehter to use MultisegmentWell to handle multisegment wells
// it is something temporary before the multisegment well model is considered to be
// well developed and tested.
// if it is false, we will handle multisegment wells as standard wells, which will be
// the default behavoir for the moment. Later, we might it to be true by default if necessary
/// Whether to use MultisegmentWell to handle multisegment wells
/// it is something temporary before the multisegment well model is considered to be
/// well developed and tested.
/// if it is false, we will handle multisegment wells as standard wells, which will be
/// the default behavoir for the moment. Later, we might set it to be true by default if necessary
bool use_multisegment_well_;
// The file name of the deck
/// The file name of the deck
std::string deck_file_name_;
/// Construct from user parameters or defaults.