mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
after merging origin/master, one fix needed
This commit is contained in:
parent
f136feb6ce
commit
0feb20dead
@ -1475,7 +1475,7 @@ xsolution_save(int n_user)
|
|||||||
}
|
}
|
||||||
// saves molalities
|
// saves molalities
|
||||||
temp_solution.Get_log_molalities_map().clear();
|
temp_solution.Get_log_molalities_map().clear();
|
||||||
for (int i = 0; i < this->count_s_x; i++)
|
for (int i = 0; i < (int)this->s_x.size(); i++)
|
||||||
{
|
{
|
||||||
if (s_x[i]->type <= H2O)
|
if (s_x[i]->type <= H2O)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user