From 746d0505dcaa7c7623e3a66de99a0c9326fbeb4d Mon Sep 17 00:00:00 2001 From: Emily Dolson Date: Fri, 1 Mar 2024 15:08:07 -0500 Subject: [PATCH] Update include/emp/Evolve/Systematics.hpp Co-authored-by: Matthew Andres Moreno --- include/emp/Evolve/Systematics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emp/Evolve/Systematics.hpp b/include/emp/Evolve/Systematics.hpp index a6c8128eb..3d222790b 100644 --- a/include/emp/Evolve/Systematics.hpp +++ b/include/emp/Evolve/Systematics.hpp @@ -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 tax) const ; + int GetDistanceToRoot(Ptr 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,