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@6357 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
733d093f49
commit
0e640f45cf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user