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