mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
const modifications
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6359 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
828eaf16d3
commit
6a92166384
@ -34,6 +34,7 @@ class cxxISolution: public PHRQ_base
|
||||
std::string Get_default_pe() const {return default_pe;}
|
||||
void Set_default_pe(std::string pe) {default_pe = pe;}
|
||||
std::map < std::string, cxxISolutionComp > &Get_comps(void) {return this->comps;}
|
||||
const std::map < std::string, cxxISolutionComp > &Get_comps(void)const {return this->comps;}
|
||||
void Set_comps(std::map < std::string, cxxISolutionComp > &c) {this->comps = c;}
|
||||
std::map < std::string, cxxChemRxn > &Get_pe_reactions(void) {return this->pe_reactions;}
|
||||
void Set_pe_reactions(std::map < std::string, cxxChemRxn > &pe) {this->pe_reactions = pe;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user