mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix warning-unused variable in eclbasevanguard
This commit is contained in:
parent
5c2b60bcd0
commit
33e52542bc
@ -501,7 +501,6 @@ protected:
|
||||
cellCenterDepth_.resize(numCells);
|
||||
|
||||
ElementMapper elemMapper(this->gridView(), Dune::mcmgElementLayout());
|
||||
auto elemIt = this->gridView().template begin</*codim=*/0>();
|
||||
const auto& elemEndIt = this->gridView().template end</*codim=*/0>();
|
||||
|
||||
const auto num_aqu_cells = this->allAquiferCells();
|
||||
|
Loading…
Reference in New Issue
Block a user