You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/emp/Evolve/Systematics.hpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -1330,7 +1330,7 @@ namespace emp {
1330
1330
/// Intended to be used on an empty systematics object
1331
1331
/// Expects a file in ALife phylogeny standard format (see: https://alife-data-standards.github.io/alife-data-standards/phylogeny)
1332
1332
/// @param file_path the file to load data from
1333
-
/// @param info_col the name of the column in the file that contains the taxon info (i.e. the information taxa are defined based; should match return type of calc_taxon_info_fun)
1333
+
/// @param info_col the name of the column in the file that contains the taxon info (i.e. the information distinguishing taxa; should match return type of calc_taxon_info_fun)
1334
1334
/// @param assume_leaves_extant if true, assumes that all leaf nodes correspond to extant taxa
1335
1335
/// @param adjust_total_offspring if true, adjusts the total offspring count of each taxon based on the number of offspring it actually has (time consuming but necessary for some stats)
0 commit comments