after merging origin/master, one fix needed

This commit is contained in:
David Parkhurst 2021-03-17 15:08:50 -06:00
parent f136feb6ce
commit 0feb20dead

View File

@ -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)
{ {