Estimate activities in PhreeqcRM

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9632 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-05-10 19:36:18 +00:00
parent 75cce6a2a2
commit 383cc7f2c7

View File

@ -1065,8 +1065,8 @@ cxxSolution::Update(LDBLE h_tot, LDBLE o_tot, LDBLE charge, const cxxNameDouble
this->cb = charge;
// Don`t bother to update activities?
//this->Update(const_nd);
this->totals = const_nd;
this->Update(const_nd);
//this->totals = const_nd;
cxxNameDouble::iterator it;
for (it = this->totals.begin(); it != this->totals.end(); it++)
{