Skip to content

Commit

Permalink
Updating epiworld (warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 18, 2024
1 parent 6a0f919 commit 476a6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/include/epiworld/models/surveillance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ inline ModelSURV<TSeq>::ModelSURV(

epiworld::VirusFun<TSeq> ptransmitfun = [](
epiworld::Agent<TSeq> * p,
epiworld::Virus<TSeq> & v,
epiworld::Virus<TSeq> &,
epiworld::Model<TSeq> * m
) -> epiworld_double
{
Expand Down
4 changes: 2 additions & 2 deletions inst/include/epiworld/virus-meat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ inline VirusFun<TSeq> virus_fun_logit(

VirusFun<TSeq> fun_infect = [coefs_f,vars](
Agent<TSeq> * agent,
Virus<TSeq> & virus,
Model<TSeq> * model
Virus<TSeq> &,
Model<TSeq> *
) -> epiworld_double {

size_t K = coefs_f.size();
Expand Down

0 comments on commit 476a6ea

Please sign in to comment.