Skip to content

Commit

Permalink
Merge pull request #836 from JuliaReach/schillic/isstrictsubset
Browse files Browse the repository at this point in the history
Fix conflict with `⊂`
  • Loading branch information
schillic authored Jun 2, 2024
2 parents b192719 + bd69055 commit bbf3abe
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 @@ -24,7 +24,7 @@ using ExprTools: splitdef, combinedef
using LazySets: AffineMap, ResetMap

# required to avoid conflicts with IntervalMatrices
using LazySets: Interval, radius, sample, ∅, dim, scale, scale!
using LazySets: Interval, radius, sample, ∅, dim, scale, scale!,

# JuliaReach internal functions
using ReachabilityBase.Arrays: projection_matrix, SingleEntryVector,
Expand Down

0 comments on commit bbf3abe

Please sign in to comment.