mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 00:10:02 -06:00
Merge pull request #4570 from hnil/protected_update
-- changed function to protected
This commit is contained in:
commit
500a20aaf7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user