Skip to content

Commit

Permalink
Merge commit 'ce7a392e293676f0b8ee01bdfa973dec01eebba0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth Vader committed Oct 8, 2024
2 parents 6f49eb0 + ce7a392 commit 6234bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ add_mix(cxxMix *mix_ptr)
if (it->second > 0)
{
intensive = extensive / sum_positive;
intensive_water = extensive_water / sum_positive;
intensive_water = extensive_water / sum_positive_water;
}
else
{
Expand Down

0 comments on commit 6234bb5

Please # to comment.