mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
avoid dead stores
This commit is contained in:
@@ -214,7 +214,7 @@ assembleControlEqInj(const WellState& well_state,
|
||||
std::vector<double> convert_coeff(well_.numPhases(), 1.0);
|
||||
well_.rateConverter().calcInjCoeff(/*fipreg*/ 0, well_.pvtRegionIdx(), convert_coeff);
|
||||
|
||||
double coeff = 1.0;
|
||||
double coeff;
|
||||
|
||||
switch (injectorType) {
|
||||
case InjectorType::WATER: {
|
||||
|
||||
Reference in New Issue
Block a user