mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
CompositionalContainer: make data private
This commit is contained in:
parent
95e3735678
commit
3b819349f8
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user