remove unused variable

This commit is contained in:
Arne Morten Kvarving 2020-11-17 12:28:19 +01:00
parent 09a4a04c22
commit cff02ee105
2 changed files with 0 additions and 5 deletions

View File

@ -95,8 +95,6 @@ protected:
const auto& ugrid = this->ebos_simulator_.vanguard().grid(); const auto& ugrid = this->ebos_simulator_.vanguard().grid();
const auto& grid = eclState.getInputGrid(); const auto& grid = eclState.getInputGrid();
auto globalCellIdx = ugrid.globalCell();
// We hack the cell depth values for now. We can actually get it from elementcontext pos // We hack the cell depth values for now. We can actually get it from elementcontext pos
this->cell_depth_.resize(this->size(), this->aquiferDepth()); this->cell_depth_.resize(this->size(), this->aquiferDepth());
this->alphai_.resize(this->size(), 1.0); this->alphai_.resize(this->size(), 1.0);

View File

@ -98,9 +98,6 @@ protected:
const auto& ugrid = this->ebos_simulator_.vanguard().grid(); const auto& ugrid = this->ebos_simulator_.vanguard().grid();
const auto& grid = eclState.getInputGrid(); const auto& grid = eclState.getInputGrid();
auto globalCellIdx = ugrid.globalCell();
// We hack the cell depth values for now. We can actually get it from elementcontext pos // We hack the cell depth values for now. We can actually get it from elementcontext pos
this->cell_depth_.resize(this->size(), this->aquiferDepth()); this->cell_depth_.resize(this->size(), this->aquiferDepth());
this->alphai_.resize(this->size(), 1.0); this->alphai_.resize(this->size(), 1.0);