Template Function fwdpp::ts::decapitate¶
Defined in File decapitate.hpp
Function Documentation¶
-
template<typename
TableCollectionType>
voidfwdpp::ts::decapitate(TableCollectionType &tables, double time, bool remove_mutations)¶ \ brief “Decaptitate” a table_collection.
Removes all nodes with time <= time as well as corresponding entries from the edge table.
The table indexes are rebuilt.
This function has little use outside of testing.