Skip to content

Commit

Permalink
Use new function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Feb 5, 2024
1 parent d4566d7 commit 8b33169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simulate.r
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ simulate_summary <- function(index_cases,
# Adjust next_gen if the number of offspring is greater than the
# susceptible population.
if (sum(next_gen) > susc_pop) {
next_gen <- adjust_next_gen(
next_gen <- .adjust_next_gen(
next_gen = next_gen,
susc_pop = susc_pop
)
Expand Down

0 comments on commit 8b33169

Please sign in to comment.