cleanup: add and remove comments

This commit is contained in:
Tor Harald Sandve
2021-03-18 12:04:33 +01:00
parent 58fa3eaf31
commit 61de5689bd
2 changed files with 3 additions and 5 deletions

View File

@@ -2972,12 +2972,10 @@ namespace Opm {
const auto& gname = group.name();
if (this->guideRate_->has(gname, Opm::Phase::GAS)) {
// No guiderates exist for 'gname'.
grval.set(data::GuideRateValue::Item::Gas,
this->guideRate_->get(gname, Opm::Phase::GAS));
}
if (this->guideRate_->has(gname, Opm::Phase::WATER)) {
// No guiderates exist for 'gname'.
grval.set(data::GuideRateValue::Item::Water,
this->guideRate_->get(gname, Opm::Phase::WATER));
}