Skip to content

Commit

Permalink
changed signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Nov 22, 2024
1 parent b2bc5f8 commit ecd7bc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/genogrove/IBPTree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ namespace genogrove {
*/
static IBPTree load(std::string filename);

/*
* @brief export the tree as standard interaction format (SIF)
*/
void exportTree(std::string filename, std::string format);

/*
Expand Down

0 comments on commit ecd7bc0

Please sign in to comment.