mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MechContainer: make data private
This commit is contained in:
parent
be0fbac68b
commit
cda742b0ff
@ -77,6 +77,7 @@ public:
|
||||
bool allocated() const
|
||||
{ return allocated_; }
|
||||
|
||||
private:
|
||||
bool allocated_ = false;
|
||||
ScalarBuffer potentialForce_;
|
||||
ScalarBuffer potentialPressForce_;
|
||||
|
Loading…
Reference in New Issue
Block a user