Skip to content

Commit

Permalink
Squashed 'src/' changes from e2f4d060..ceab9a10
Browse files Browse the repository at this point in the history
ceab9a10 Tony's change to Sr and NH4, SC_Ohm and rate_xmpls, basicsubs.cpp error

git-subtree-dir: src
git-subtree-split: ceab9a1033d2046c72a6bcf19c2c2244e8b23f97
  • Loading branch information
Darth Vader committed Jun 7, 2024
1 parent 99f3aa2 commit 4df51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicsubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4df51ec

Please # to comment.