const modifications

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6357 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2012-04-04 04:54:37 +00:00
parent 733d093f49
commit 0e640f45cf

View File

@ -100,6 +100,7 @@ class cxxExchComp: public PHRQ_base
this->totals = nd;
}
cxxNameDouble & Get_totals() {return (this->totals);}
const cxxNameDouble & Get_totals()const {return (this->totals);}
void add(const cxxExchComp & comp, LDBLE extensive);
void multiply(LDBLE extensive);