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
5a721b8cd2
commit
94d12e1230
@ -242,7 +242,6 @@ void WellState::init(const std::vector<double>& cellPressures,
|
|||||||
// Initialize perfphaserates_ to well
|
// Initialize perfphaserates_ to well
|
||||||
// rates divided by the number of perforations.
|
// rates divided by the number of perforations.
|
||||||
const auto& ecl_well = wells_ecl[w];
|
const auto& ecl_well = wells_ecl[w];
|
||||||
const auto& wname = ecl_well.name();
|
|
||||||
auto& ws = this->well(w);
|
auto& ws = this->well(w);
|
||||||
auto& perf_data = ws.perf_data;
|
auto& perf_data = ws.perf_data;
|
||||||
const int num_perf_this_well = perf_data.size();
|
const int num_perf_this_well = perf_data.size();
|
||||||
|
Loading…
Reference in New Issue
Block a user