adding comment to address reviewing comments for PR#4598

This commit is contained in:
Kai Bao 2023-05-08 13:55:30 +02:00
parent 926228401a
commit d30e1f7a2a

View File

@ -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;
}