Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed May 28, 2024
1 parent 92f1825 commit e577000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/simulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ simulate.gpsim <- function (object, time, ...) {
modelSIR = continueSIR(object,time=time,...),
modelSIRS = continueSIR(object,time=time,...),
modelSEIR = continueSEIR(object,time=time,...),
modelSEIRS = continueSEIRS(object,time=time,...),
modelS2I2R2 = continueS2I2R2(object,time=time,...),
modelSIIR = continueSIIR(object,time=time,...),
modelSI2R = continueSI2R(object,time=time,...),
Expand Down

0 comments on commit e577000

Please sign in to comment.