mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed unnecessary code.
Forgot to remove this call after refactoring.
This commit is contained in:
parent
d707967f58
commit
a01ae8a64c
@ -1375,7 +1375,6 @@ namespace Opm {
|
||||
std::vector<double> potentials;
|
||||
well->computeWellPotentials(ebosSimulator_, B_avg, well_state_copy, potentials, deferred_logger);
|
||||
// putting the sucessfully calculated potentials to the well_potentials
|
||||
well_state_.updateALQ(well_state_copy);
|
||||
for (int p = 0; p < np; ++p) {
|
||||
well_potentials[well->indexOfWell() * np + p] = std::abs(potentials[p]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user