Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-knight committed Jan 6, 2025
1 parent b2e4435 commit c02b2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add.segs.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ add.tree.segs <- function(

if (!is.null(tree.segs2)) {
include.segs2 <- which(c(
tree.segs2$basey != tree.segs2$tipy)
tree.segs2$basey != tree.segs2$tipy)
| (tree.segs2$basex != tree.segs2$tipx
));
tree.segs2 <- tree.segs2[include.segs2, ];
Expand Down

0 comments on commit c02b2e8

Please sign in to comment.