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