Template Function fwdpp::ts::decapitate

Function Documentation

template<typename TableCollectionType>
void fwdpp::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.