move updatePrimaryVariablesPolyMW to StandardWellPrimaryVariables

This commit is contained in:
Arne Morten Kvarving
2022-11-08 07:09:51 +01:00
parent 15d49e745e
commit f964169914
5 changed files with 30 additions and 23 deletions

View File

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