Skip to content

Commit

Permalink
Removing call to nonexisting function
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jan 19, 2024
1 parent 217ba45 commit 16cae00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ S3method(print,epiworld_tool)
S3method(print,epiworld_tool_fun)
S3method(print,epiworld_virus)
S3method(print,epiworld_virus_fun)
S3method(print,epiworld_viruses)
S3method(queuing_off,epiworld_model)
S3method(queuing_on,epiworld_model)
S3method(queuing_on,epiworld_seirconn)
Expand Down
6 changes: 0 additions & 6 deletions R/tool.R
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,5 @@ print.epiworld_agents_tools <- function(x, max_print = 10, ...) {

}

#' @export
print.epiworld_viruses <- function(x, ...) {
print_agent_viruses_cpp(x)
invisible(x)
}



0 comments on commit 16cae00

Please sign in to comment.