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:
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user