Merge pull request #4570 from hnil/protected_update

-- changed function to protected
This commit is contained in:
Bård Skaflestad
2023-03-30 13:44:17 +02:00
committed by GitHub

View File

@@ -2082,7 +2082,7 @@ public:
private:
Implementation& asImp_()
{ return *static_cast<Implementation *>(this); }
protected:
void updateExplicitQuantities_()
{
OPM_TIMEBLOCK(updateExplicitQuantities);
@@ -2814,7 +2814,7 @@ private:
return false;
}
}
private:
struct PffDofData_
{
ConditionalStorage<enableEnergy, Scalar> thermalHalfTransIn;