Skip to content

Commit

Permalink
add template dirs for discrete post: (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored May 1, 2019
1 parent 6baff67 commit 88bfa34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ReachSets/DiscretePost/DiscretePost.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ function get_overapproximation_option(𝒫::DiscretePost, n::Int)
return dirs(n)
elseif oa isa Type{<:LazySets.LazySet}
return oa
elseif oa isa LazySets.Approximations.AbstractDirections
return oa
elseif oa <: LazySets.Approximations.AbstractDirections
return oa
else
error("received unknown :overapproximation option $oa")
end
Expand Down

0 comments on commit 88bfa34

Please sign in to comment.