mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
addressing a few comments.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user