Rewrites ::need_wells() for Opm::EclIO::SummaryNode.

This commit is contained in:
Williham Williham Totland
2020-03-19 13:28:17 +01:00
parent 001877df2b
commit b940d81aed
2 changed files with 16 additions and 30 deletions

View File

@@ -60,7 +60,7 @@ namespace Opm {
std::string uniqueNodeKey() const;
const Location& location( ) const { return this->loc; }
operator Opm::EclIO::SummaryNode() {
operator Opm::EclIO::SummaryNode() const {
return { keyword_, category_, type_, name_, number_ };
}