Skip to content

Commit

Permalink
Squashed 'src/' changes from c876219b..ead498ab
Browse files Browse the repository at this point in the history
ead498ab Merge pull request #79 from dlparkhurst/mix_error
44093498 fixed error with MIX that Scott found on merge.

git-subtree-dir: src
git-subtree-split: ead498ab60e71b7175c0e4bc6468a0804851ac20
  • Loading branch information
Darth Vader committed Oct 8, 2024
1 parent 0a5b1af commit 427a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.cpp
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 427a7d3

Please # to comment.