Skip to content

Commit

Permalink
introduce DeleteVector as workaround of JuliaLang/julia#24909
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Oct 14, 2021
1 parent d9729f9 commit e9b7d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RootedTrees.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ using Latexify: Latexify
using RecipesBase: RecipesBase


include("DeleteVectors.jl")
using .DeleteVectors


export RootedTree, rootedtree, rootedtree!, RootedTreeIterator

export butcher_representation
Expand Down

0 comments on commit e9b7d35

Please sign in to comment.