ah2o_x should be set to zero. ah2o is then summed from solution or mix.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7589 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2013-03-29 19:47:01 +00:00
parent c42bd89280
commit 6a9624d2e2
2 changed files with 3 additions and 1 deletions

View File

@ -3141,6 +3141,8 @@ reset(void)
else if (x[i]->type == AH2O)
{
down = up;
up = 0.05;
down = -0.03;
}
else if (x[i]->type == MH)
{

View File

@ -308,7 +308,7 @@ xsolution_zero(void)
ph_x = 0.0;
solution_pe_x = 0.0;
mu_x = 0.0;
ah2o_x = 1.0;
ah2o_x = 0.0;
density_x = 0.0;
total_h_x = 0.0;
total_o_x = 0.0;