diff --git a/Phreeqc.h b/Phreeqc.h index 1e291046..4023237b 100644 --- a/Phreeqc.h +++ b/Phreeqc.h @@ -1083,10 +1083,11 @@ public: std::map& Get_Rxn_pp_assemblage_map() { return this->Rxn_pp_assemblage_map; } std::map& Get_Rxn_ss_assemblage_map() { return this->Rxn_ss_assemblage_map; } std::map& Get_Rxn_surface_map() { return this->Rxn_surface_map; } + std::map& Get_Rxn_mix_map() { return this->Rxn_mix_map; } + std::map& Get_Rxn_reaction_map() { return this->Rxn_reaction_map; } std::map& Get_Rxn_temperature_map() { return this->Rxn_temperature_map; } std::map& Get_Rxn_pressure_map() { return this->Rxn_pressure_map; } - protected: void init(void);