historyProperties(): Add note on numerically zero defaults

This is a hint to a future maintainers that the subsequent control
modes are unconditionally supported.
This commit is contained in:
Bård Skaflestad 2014-06-27 11:00:37 +02:00
parent 07c7b59702
commit e23659b286

View File

@ -175,6 +175,10 @@ namespace Opm {
p.predictionMode = false;
// Modes supported in WCONHIST just from {O,W,G}RAT values
//
// Note: The default value of observed {O,W,G}RAT is zero
// (numerically) whence the following control modes are
// unconditionally supported.
const std::vector<std::string> controlModes{
"ORAT", "WRAT", "GRAT", "LRAT", "RESV"
};