changes to Tests and

include mix in RUN_CELLS

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8419 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2014-02-04 00:01:04 +00:00
parent b6f962428e
commit 5bbe7db623

View File

@ -701,7 +701,7 @@ run_as_cells(void)
int i = *it;
if (i < 0) continue;
if (Utilities::Rxn_find(Rxn_solution_map, i) == NULL
/*&& Utilities::Rxn_find(Rxn_mix_map, i) == NULL*/)
&& Utilities::Rxn_find(Rxn_mix_map, i) == NULL)
continue;
initial_total_time = initial_total_time_save;
set_advection(i, TRUE, TRUE, i);