From ae1b3b595dd058cd5c78fd71cca22aed848ad7c3 Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Tue, 22 Oct 2024 23:33:32 +0000 Subject: [PATCH] Squashed 'src/' changes from 455b49c2..ccb9ba3c ccb9ba3c Fixed uninitialized memory errors git-subtree-dir: src git-subtree-split: ccb9ba3c63b17166035f42586010bb43f217220b --- Solution.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Solution.cxx b/Solution.cxx index 231db416..b2f4187a 100644 --- a/Solution.cxx +++ b/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;