Skip to content

Commit

Permalink
Merge pull request #812 from JuliaReach/schillic/flatten
Browse files Browse the repository at this point in the history
Import `flatten`
  • Loading branch information
schillic authored Mar 17, 2024
2 parents 428cbd5 + dcce342 commit 4f510f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Initialization/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AdmissibleSet = Union{LazySet,IA.Interval,IA.IntervalBox}
# method extensions
import LazySets: dim, overapproximate, box_approximation, project, Projection,
intersection, directions, linear_map, LinearMap, split!,
set, array, _isapprox,
set, array, _isapprox, flatten,
_plot_singleton_list_1D, _plot_singleton_list_2D

import Base: , , convert, isdisjoint
Expand Down

0 comments on commit 4f510f3

Please sign in to comment.