fixing warning-unused variable

This commit is contained in:
Elyes Ahmed 2022-08-04 14:19:12 +02:00
parent 33e52542bc
commit 15ab680aef

View File

@ -501,7 +501,6 @@ protected:
cellCenterDepth_.resize(numCells);
ElementMapper elemMapper(this->gridView(), Dune::mcmgElementLayout());
const auto& elemEndIt = this->gridView().template end</*codim=*/0>();
const auto num_aqu_cells = this->allAquiferCells();