Skip to content

Commit

Permalink
Remove line overriding dat object class
Browse files Browse the repository at this point in the history
  • Loading branch information
karina-d-wallrafen committed Jul 8, 2023
1 parent 8d98c31 commit 86decab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/mod-init.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ init_covid_corporate <- function(x, param, init, control, s) {
## Get initial prevalence
dat <- prevalence_covid_corporate(dat, at = 1)

class(dat) <- "dat"
return(dat)
}

Expand Down

0 comments on commit 86decab

Please sign in to comment.