AquaticEcoDynamics / libaed-water

Code for the AED water quality model
GNU General Public License v3.0
6 stars 6 forks source link

Proposed fix to include dead paths in total paths sum #61

Closed MichaelBarryBMT closed 1 year ago

MichaelBarryBMT commented 1 year ago

pth_d is initialised at zero and then left unchanged within aed_calculate_pathogens, so the sum of alive + attached + dead paths used to compute the total paths diag was missing dead paths.