Skip to content

Commit

Permalink
fixed error with MIX that Scott found on merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlparkhurst committed Oct 8, 2024
1 parent a53263d commit 8d9413e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 8d9413e

Please # to comment.