Merge pull request #2138 from totto82/resvRateMSW

compute resv rates for MSW
This commit is contained in:
Atgeirr Flø Rasmussen 2019-11-05 14:20:24 +01:00 committed by GitHub
commit d7dff5c690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,6 +953,7 @@ namespace Opm
}
updateWellStateFromPrimaryVariables(well_state, deferred_logger);
Base::calculateReservoirRates(well_state);
}