From c645eea84213c4d56fb58cfbe08e1de3c5fa2041 Mon Sep 17 00:00:00 2001 From: Max Luebke Date: Wed, 3 Apr 2024 12:28:08 +0000 Subject: [PATCH] Add getSolutionNames() method to IPhreeqcPOET.hpp --- poet/include/IPhreeqcPOET.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poet/include/IPhreeqcPOET.hpp b/poet/include/IPhreeqcPOET.hpp index f495b506..bb3812bb 100644 --- a/poet/include/IPhreeqcPOET.hpp +++ b/poet/include/IPhreeqcPOET.hpp @@ -121,6 +121,10 @@ public: ModulesArray getModuleSizes(const std::vector &cell_ids); + std::vector getSolutionNames(int cell_id) { + return this->raw_initials[cell_id].first[POET_SOL]; + } + private: // required only for simulation essential_names initial_names;