mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -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
|
||||
// rates divided by the number of perforations.
|
||||
const auto& ecl_well = wells_ecl[w];
|
||||
const auto& wname = ecl_well.name();
|
||||
auto& ws = this->well(w);
|
||||
auto& perf_data = ws.perf_data;
|
||||
const int num_perf_this_well = perf_data.size();
|
||||
|
Loading…
Reference in New Issue
Block a user