mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-13 01:41:55 -06:00
fixed: no reason to calculate this inside the loop
This commit is contained in:
parent
86d7666e5c
commit
5f844bc3a4
@ -64,8 +64,8 @@ public:
|
||||
{
|
||||
for (const auto& q : this->Qai_) {
|
||||
this->W_flux_ += q * this->ebos_simulator_.timeStepSize();
|
||||
aquifer_pressure_ = aquiferPressure();
|
||||
}
|
||||
aquifer_pressure_ = aquiferPressure();
|
||||
}
|
||||
|
||||
Opm::data::AquiferData aquiferData() const
|
||||
|
Loading…
Reference in New Issue
Block a user