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:
Scott R Charlton 2012-04-04 00:03:43 +00:00
parent 0574952b9c
commit 02460252f7

View File

@ -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;}