Skip to content

Commit

Permalink
Remove default param in lfmcmc-meat.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Nov 4, 2024
1 parent cf596be commit b250657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/epiworld/math/lfmcmc/lfmcmc-meat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ inline void LFMCMC<TData>::run(
std::vector< epiworld_double > params_init_,
size_t n_samples_,
epiworld_double epsilon_,
int seed = -1
int seed
)
{

Expand Down

0 comments on commit b250657

Please sign in to comment.