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
commit 500a20aaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;