Bryant Jurgens, bug with pat file for Netpath.

Vendome files were wrong in mytest. Need to update.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9029 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2014-11-03 16:54:22 +00:00
parent dff3691e29
commit bbd0d318b9

View File

@ -5242,6 +5242,7 @@ set_initial_solution(int n_user_old, int n_user_new)
{
cxxSolution *solution_ptr;
Utilities::Rxn_copy(Rxn_solution_map, n_user_old, n_user_new);
Rxn_new_solution.insert(n_user_new);
solution_ptr = Utilities::Rxn_find(Rxn_solution_map, n_user_new);
solution_ptr->Set_new_def(true);
if (solution_ptr->Get_initial_data() == NULL)