mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move updatePrimaryVariablesPolyMW to StandardWellPrimaryVariables
This commit is contained in:
@@ -978,7 +978,7 @@ namespace Opm
|
||||
{
|
||||
// for the water velocity and skin pressure
|
||||
if constexpr (Base::has_polymermw) {
|
||||
this->updatePrimaryVariablesPolyMW(dwells);
|
||||
this->primary_variables_.updatePolyMW(dwells);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user