Skip to content

Commit b0c9e70

Browse files
Update include/emp/Evolve/Systematics.hpp
Co-authored-by: Matthew Andres Moreno <[email protected]>
1 parent 4b422e5 commit b0c9e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/emp/Evolve/Systematics.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ namespace emp {
13301330
/// Intended to be used on an empty systematics object
13311331
/// Expects a file in ALife phylogeny standard format (see: https://alife-data-standards.github.io/alife-data-standards/phylogeny)
13321332
/// @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)
13341334
/// @param assume_leaves_extant if true, assumes that all leaf nodes correspond to extant taxa
13351335
/// @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)
13361336
void LoadFromFile(const std::string & file_path, const std::string & info_col = "info",

0 commit comments

Comments
 (0)