mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
1b4a307609
commit
eef31c954d
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user