Skip to content

Commit

Permalink
Fixed uninitialized memory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Oct 22, 2024
1 parent 3b21731 commit 1a3c1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/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 1a3c1d4

Please # to comment.