addressing a few comments.

This commit is contained in:
Kai Bao
2016-11-16 09:51:06 +01:00
parent 6714c53dc8
commit 0e6214723c
3 changed files with 3 additions and 11 deletions

View File

@@ -288,7 +288,7 @@ namespace Opm
return leaf_nodes_[i];
}
void WellCollection::updateWellTargets(const std::vector<double> well_rates)
void WellCollection::updateWellTargets(const std::vector<double>& well_rates)
{
if ( !needUpdateWellTargets() ) {
return;
@@ -323,8 +323,4 @@ namespace Opm
return having_vrep_groups_;
}
void WellCollection::setHavingVREPGroups(const bool vrep) {
having_vrep_groups_ = vrep;
}
}