MICPContainer: make data private

This commit is contained in:
Arne Morten Kvarving 2025-02-07 09:38:13 +01:00
parent 1fefab59d6
commit ee9c233084

View File

@ -59,6 +59,7 @@ public:
bool allocated() const
{ return allocated_; }
private:
bool allocated_ = false;
ScalarBuffer cMicrobes_;
ScalarBuffer cOxygen_;