Skip to content

Commit

Permalink
integrate LSD-1.9.7, change version number to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Oct 22, 2020
1 parent b4fd1c4 commit ff2b818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif()
# The version number.
set (iqtree_VERSION_MAJOR 2)
set (iqtree_VERSION_MINOR 1)
set (iqtree_VERSION_PATCH ".1")
set (iqtree_VERSION_PATCH ".2")

option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)

Expand Down
2 changes: 1 addition & 1 deletion lsd2
2 changes: 1 addition & 1 deletion main/timetree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void runLSD2(PhyloTree *tree) {
arg.push_back(convertDate(Params::getInstance().date_tip));
}

lsd::InputOutputStream io(tree_stream.str(), outgroup_stream.str(), date_stream.str(), "", "");
lsd::InputOutputStream io(tree_stream.str(), outgroup_stream.str(), date_stream.str(), "", "", "");

if (Params::getInstance().dating_options != "") {
// extra options for LSD
Expand Down

0 comments on commit ff2b818

Please sign in to comment.