Some comments

This commit is contained in:
Kjetil Olsen Lye
2012-03-30 10:51:31 +02:00
parent abdae7073e
commit b959de1ba0
6 changed files with 36 additions and 5 deletions

View File

@@ -63,7 +63,13 @@ namespace Opm
}
parent_as_group->addChild(child);
if(child->isLeafNode()) {
leaf_nodes_.push_back(child);
}
}
const std::vector<std::tr1::shared_ptr<WellsGroupInterface> >& WellCollection::getLeafNodes() const {
return leaf_nodes_;
}
WellsGroupInterface* WellCollection::findNode(std::string name)