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