Squashed 'src/' changes from 79511203..2b17f7ca

2b17f7ca Merge commit '8024ee12891fde0332b86544b2b18010a91fde15'
8024ee12 Squashed 'phreeqcpp/' changes from e2f4d06..ceab9a1

git-subtree-dir: src
git-subtree-split: 2b17f7ca917334c9d668b1d63a6499118cd1273f
This commit is contained in:
Darth Vader 2024-06-07 21:56:59 +00:00
parent 9ba726de0f
commit ed24ec246b

View File

@ -493,7 +493,7 @@ calc_SC(void)
if (av)
t1 *= pow(viscos_0 / viscos, av);
if (correct_Dw)
s_x[i]->dw_corr *= t1 / Dw;
s_x[i]->dw_corr *= t1 / Dw * pow(mass_water_aq_x / calc_solution_volume(), 2);
// fractional contribution in mu, and correct for charge imbalance
a2 = 2 / (eq_plus + eq_min);