Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Feb 10, 2025
1 parent bc1633a commit 32afe91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/include/child_model_simulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ void adjust_hiv_births(int t,
const State<ModelVariant, real_type> &state_curr,
State<ModelVariant, real_type> &state_next,
IntermediateData<ModelVariant, real_type> &intermediate) {
const auto cpars = pars.children.children;
static_assert(ModelVariant::run_child_model,
"adjust_hiv_births can only be called for model variants where run_child_model is true");
const auto& p_hc = pars.children.children;
Expand Down

0 comments on commit 32afe91

Please sign in to comment.