cleaning up comments

There is no functional change.
This commit is contained in:
Kai Bao
2021-03-15 21:15:56 +01:00
parent 1bd7d8775a
commit 24d5d73009
2 changed files with 2 additions and 3 deletions

View File

@@ -638,7 +638,6 @@ public:
const std::string& caseName() const
{ return caseName_; }
// TODO: revising this function later
const CartesianIndexMapper& cartesianMapper() const
{ return asImp_().cartesianIndexMapper(); }

View File

@@ -1595,8 +1595,8 @@ public:
}
}
//Querry cell depth, cell top-bottom.
// aquifer should enter here
// Querry cell depth, cell top-bottom.
// numerical aquifer cells might be specified with different depths.
const auto& num_aquifers = eclipseState.aquifer().numericalAquifers();
updateCellProps_(gridView, num_aquifers);