fixing the comments.

No change in the functions and results.
This commit is contained in:
Kai Bao
2016-11-16 11:40:10 +01:00
parent 0e6214723c
commit d7b2d3368c
4 changed files with 16 additions and 58 deletions

View File

@@ -275,19 +275,6 @@ namespace Opm
}
size_t WellCollection::numNode() const
{
return leaf_nodes_.size();
}
WellNode* WellCollection::getNode(size_t i) const
{
assert( i< numNode());
return leaf_nodes_[i];
}
void WellCollection::updateWellTargets(const std::vector<double>& well_rates)
{
if ( !needUpdateWellTargets() ) {
@@ -319,6 +306,7 @@ namespace Opm
}
}
bool WellCollection::havingVREPGroups() const {
return having_vrep_groups_;
}