mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cleaning up comments
There is no functional change.
This commit is contained in:
@@ -638,7 +638,6 @@ public:
|
|||||||
const std::string& caseName() const
|
const std::string& caseName() const
|
||||||
{ return caseName_; }
|
{ return caseName_; }
|
||||||
|
|
||||||
// TODO: revising this function later
|
|
||||||
const CartesianIndexMapper& cartesianMapper() const
|
const CartesianIndexMapper& cartesianMapper() const
|
||||||
{ return asImp_().cartesianIndexMapper(); }
|
{ return asImp_().cartesianIndexMapper(); }
|
||||||
|
|
||||||
|
|||||||
@@ -1595,8 +1595,8 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Querry cell depth, cell top-bottom.
|
// Querry cell depth, cell top-bottom.
|
||||||
// aquifer should enter here
|
// numerical aquifer cells might be specified with different depths.
|
||||||
const auto& num_aquifers = eclipseState.aquifer().numericalAquifers();
|
const auto& num_aquifers = eclipseState.aquifer().numericalAquifers();
|
||||||
updateCellProps_(gridView, num_aquifers);
|
updateCellProps_(gridView, num_aquifers);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user