mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding comment to address reviewing comments for PR#4598
This commit is contained in:
parent
926228401a
commit
d30e1f7a2a
@ -933,6 +933,8 @@ namespace Opm {
|
||||
|
||||
const bool well_group_control_changed = updateWellControlsAndNetwork(false, dt, local_deferredLogger);
|
||||
|
||||
// even when there is no wells active, the network nodal pressure still need to be updated through updateWellControlsAndNetwork()
|
||||
// but there is no need to assemble the well equations
|
||||
if ( ! wellsActive() ) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user