mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
-- changed function to protected
This commit is contained in:
parent
ad160d3799
commit
aeb11beda0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user