molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Redundant recombination types #246

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

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.