Skip to content

Commit

Permalink
export init! and use it in hybrid solve
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Mar 10, 2019
1 parent 86ad29d commit b4bce55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ReachSets/ReachSets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ include("DiscretePost/DiscretePost.jl")
export PostOperator,
ContinuousPost,
DiscretePost,
init,
init, init!,
post,
tube⋂inv!

Expand Down
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function solve!(system::InitialValueProblem{<:HybridSystem,

HS = system.s
init_sets = system.x0
options = init(opD, HS, options_input)
options = init!(opD, HS, options_input)
time_horizon = options[:T]
max_jumps = options[:max_jumps]
inout_map = nothing
Expand Down

0 comments on commit b4bce55

Please sign in to comment.