mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove unused variable
This commit is contained in:
parent
09a4a04c22
commit
cff02ee105
@ -95,8 +95,6 @@ protected:
|
||||
const auto& ugrid = this->ebos_simulator_.vanguard().grid();
|
||||
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
|
||||
this->cell_depth_.resize(this->size(), this->aquiferDepth());
|
||||
this->alphai_.resize(this->size(), 1.0);
|
||||
|
@ -98,9 +98,6 @@ protected:
|
||||
const auto& ugrid = this->ebos_simulator_.vanguard().grid();
|
||||
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
|
||||
this->cell_depth_.resize(this->size(), this->aquiferDepth());
|
||||
this->alphai_.resize(this->size(), 1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user