Skip to content

Commit

Permalink
Update include/emp/Evolve/Systematics.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Andres Moreno <[email protected]>
  • Loading branch information
emilydolson and mmore500 authored Mar 1, 2024
1 parent a0b6ecc commit 746d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/emp/Evolve/Systematics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ namespace emp {
* there is no common ancestor, distance to the root of this tree is calculated instead.
* @param tax the taxon who's distance to root you want to calculate
* */
int GetDistanceToRoot(Ptr<taxon_t> tax) const ;
int GetDistanceToRoot(Ptr<taxon_t> tax) const;

/** Calculates the number of branching points leading to multiple extant taxa
* between the given taxon and the most-recent common ancestor (or the root of its subtree,
Expand Down

0 comments on commit 746d050

Please sign in to comment.