FIPContainer: take ownership of map

This commit is contained in:
Arne Morten Kvarving
2025-01-31 10:59:42 +01:00
parent 651ecf7223
commit e78ce63b4e
3 changed files with 1 additions and 7 deletions

View File

@@ -438,7 +438,6 @@ protected:
bool enableFlowsn_{false};
bool enableFloresn_{false};
std::unordered_map<Inplace::Phase, ScalarBuffer> fip_;
FIPContainer<FluidSystem> fipC_;
std::unordered_map<std::string, std::vector<int>> regions_;
std::unordered_map<Inplace::Phase, std::vector<SummaryConfigNode>> regionNodes_;