mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
some cleaning up
not functionality changes.
This commit is contained in:
@@ -800,7 +800,7 @@ protected:
|
||||
const unsigned int elemIdx = elemMapper.index(element);
|
||||
cellCenterDepth_[elemIdx] = cellCenterDepth(element);
|
||||
|
||||
if (this->eclState_->aquifer().hasNumericalAquifer()) {
|
||||
if (!num_aqu_cells.empty()) {
|
||||
const unsigned int global_index = cartesianIndex(elemIdx);
|
||||
const auto search = num_aqu_cells.find(global_index);
|
||||
if (search != num_aqu_cells.end()) {
|
||||
|
||||
Reference in New Issue
Block a user