mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Merge branch 'add-solution-names-func' into 'poet'
Add getSolutionNames() method to IPhreeqcPOET.hpp See merge request naaice/iphreeqc!3
This commit is contained in:
commit
4ec8b7006c
@ -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