CompositionalContainer: make data private

This commit is contained in:
Arne Morten Kvarving 2025-02-12 13:53:09 +01:00
parent 95e3735678
commit 3b819349f8

View File

@ -69,6 +69,7 @@ public:
bool allocated() const
{ return allocated_; }
private:
bool allocated_ = false;
// total mole fractions for each component
std::array<ScalarBuffer, numComponents> moleFractions_;