Closed molpopgen closed 7 years ago
This header has been deleted in 0.4.4. Something will replace it in 0.4.5, I hope...
This is largely addressed by features in the 0.4.9 release.
The current code in fwdpp/sugar/add_mutation.hpp does not cover the case of a mult-locus/region population object.
The current code in fwdpp/sugar/add_mutation.hpp does not cover the case of a mult-locus/region population object.
This is no longer correct--multi-locus objects are now supported.
At a lower level, this can be solved by adding constructors for population objects that take lists of diploids/gametes/mutations/fixations/fixation times (the latter two being optional via an overload perhaps?) and then fill up the other data objects as needed.
The current fwdpp/initms.hpp is out of date and needs updating.