used small activity water step for pizter, sit

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7590 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2013-03-29 20:37:10 +00:00
parent 6a9624d2e2
commit 0d6e0bc895

View File

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