diff --git a/R/helpers.R b/R/helpers.R index 78827a43..88b1e382 100644 --- a/R/helpers.R +++ b/R/helpers.R @@ -347,7 +347,7 @@ host_pool_setup <- function(config) { total_hosts <- total_hosts + host } else { host <- host_pool$total_hosts - total_hosts <- host_pool$total_hosts + total_hosts <- total_hosts + host_pool$total_hosts } if (config$use_initial_condition_uncertainty) {