Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Jul 16, 2024
1 parent 021d037 commit 6f1d998
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpptests/test_fixation_pruning_during_simulation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ struct common_setup

common_setup()
: rng{42}, pop{100, 10.0}, mregions{strong_positive_selection()},
//mregions{fwdpy11::MutationRegions::create(
// 0, std::vector<double>(), std::vector<double>(1.), {},
// std::vector<std::unique_ptr<fwdpy11::Sregion>>(
// std::make_unique<fwdpy11::Sregion>(new fwdpy11::ExpS(fwdpy11::Region(0., 10., 1.0, true, 0), 2.0, 0.025,
// fwdpy11::fixed_dominance(1.)))

// )},
recregions{0., {}}, multiplicative{1,
2.0,
fwdpy11::final_multiplicative_fitness(),
Expand Down

0 comments on commit 6f1d998

Please sign in to comment.