From e5c4d819de6ffc5246306e4ed4301c69d9754efa Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Tue, 22 Oct 2024 23:30:50 +0000 Subject: [PATCH] Squashed 'src/' changes from 74f96d02..2d390157 2d390157 Merge commit '5e9815843e3a0854497d8191449a21ed24ebac47' 5e981584 Squashed 'phreeqcpp/' changes from 455b49c..ccb9ba3 git-subtree-dir: src git-subtree-split: 2d39015754412cba20b9023c8004500b99f7f748 --- phreeqcpp/Solution.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/phreeqcpp/Solution.cxx b/phreeqcpp/Solution.cxx index 231db416..b2f4187a 100644 --- a/phreeqcpp/Solution.cxx +++ b/phreeqcpp/Solution.cxx @@ -1396,6 +1396,7 @@ cxxSolution::zero() this->cb = 0.0; this->density = 1.0; this->viscosity = 1.0; + this->viscos_0 = 1.0; this->mass_water = 0.0; this->soln_vol = 0.0; this->total_alkalinity = 0.0;