Skip to content

Commit

Permalink
Squashed 'src/' changes from 455b49c2..ccb9ba3c
Browse files Browse the repository at this point in the history
ccb9ba3c Fixed uninitialized memory errors

git-subtree-dir: src
git-subtree-split: ccb9ba3c63b17166035f42586010bb43f217220b
  • Loading branch information
Darth Vader committed Oct 22, 2024
1 parent 3a13104 commit ae1b3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Solution.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae1b3b5

Please # to comment.