mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
added const version of Get_SSs
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6349 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
0574952b9c
commit
02460252f7
@ -41,6 +41,7 @@ public:
|
||||
|
||||
const cxxNameDouble & Get_totals() const {return this->totals;}
|
||||
std::map < std::string, cxxSS > & Get_SSs(void) {return SSs;}
|
||||
const std::map < std::string, cxxSS > & Get_SSs(void)const {return SSs;}
|
||||
void Set_SSs(std::map < std::string, cxxSS > & ss) {SSs = ss;}
|
||||
bool Get_new_def(void) const {return new_def;}
|
||||
void Set_new_def(bool tf) {new_def = tf;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user