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;