Iterator bug.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10040 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-08-04 19:18:25 +00:00
parent 1b4a307609
commit eef31c954d

View File

@ -1391,7 +1391,7 @@ cxxSolution::add(const cxxSolution & addee, LDBLE extensive)
}
else
{
this->log_gamma_map[git->first] = it->second;
this->log_gamma_map[git->first] = git->second;
}
}
}