molpopgen/fwdpp

Redundant recombination types

Closed this issue · 0 comments

The functions in fwdpp/general_rec_variation.hpp and fwdpp/genetic_map.hpp overlap in scope. Further, the two headers define poisson_interval in the same namespace.

The former header should be removed, as the latter is much more general.

While we are at it, remove fwdpp::poisson_xover as well.