-- changed function to protected

This commit is contained in:
hnil 2023-03-29 14:05:20 +02:00
parent ad160d3799
commit aeb11beda0

View File

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