fix warning-unused variable in eclbasevanguard

This commit is contained in:
Elyes Ahmed 2022-08-04 14:16:09 +02:00
parent 5c2b60bcd0
commit 33e52542bc

View File

@ -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();