mu=0 in one of Kinniburgh's problems.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10006 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-07-17 15:55:10 +00:00
parent 2fcfd8e79f
commit 72352f536a

View File

@ -566,6 +566,7 @@ gammas(LDBLE mu)
LDBLE c1, c2, a, b;
LDBLE muhalf, equiv;
/* Initialize */
if (mu <= 0) mu = 1e-10;
if (pitzer_model == TRUE)
return gammas_pz();
if (sit_model == TRUE)