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
09f6e8aacb
commit
94742bd560
@ -644,7 +644,6 @@ namespace detail {
|
|||||||
// taking std::vector<double> arguments, and not Eigen objects.
|
// taking std::vector<double> arguments, and not Eigen objects.
|
||||||
const int nperf = wells().well_connpos[wells().number_of_wells];
|
const int nperf = wells().well_connpos[wells().number_of_wells];
|
||||||
const int nw = wells().number_of_wells;
|
const int nw = wells().number_of_wells;
|
||||||
const int np = wells().number_of_phases;
|
|
||||||
const std::vector<int> well_cells(wells().well_cells, wells().well_cells + nperf);
|
const std::vector<int> well_cells(wells().well_cells, wells().well_cells + nperf);
|
||||||
|
|
||||||
// Compute the average pressure in each well block
|
// Compute the average pressure in each well block
|
||||||
|
Loading…
Reference in New Issue
Block a user