mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Add getSolutionNames() method to IPhreeqcPOET.hpp
This commit is contained in:
parent
c0c830eab7
commit
c645eea842
@ -121,6 +121,10 @@ public:
|
||||
|
||||
ModulesArray getModuleSizes(const std::vector<int> &cell_ids);
|
||||
|
||||
std::vector<std::string> getSolutionNames(int cell_id) {
|
||||
return this->raw_initials[cell_id].first[POET_SOL];
|
||||
}
|
||||
|
||||
private:
|
||||
// required only for simulation
|
||||
essential_names initial_names;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user