Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Jan 31, 2024
1 parent 1cd2373 commit 6687277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/treedist.R
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ kf0 <- function(tree1, tree2, check.labels = TRUE, rooted = FALSE) {
}

bp1 <- fun2(tree1, rooted)
bp2 <- fun2(tree1, rooted)
bp2 <- fun2(tree2, rooted)

w1 <- numeric(max(tree1$edge))
w2 <- numeric(max(tree2$edge))
Expand Down

0 comments on commit 6687277

Please sign in to comment.