Skip to content

Commit

Permalink
Update solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored Mar 10, 2019
1 parent 1b41551 commit 86ad29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function solve!(system::InitialValueProblem{<:Union{AbstractContinuousSystem,
invariant::Union{LazySet, Nothing}=nothing
)::AbstractSolution
system = normalize(system)
options = init(op, system, options_input)
options = init!(op, system, options_input)

# coordinate transformation
if options[:coordinate_transformation] != ""
Expand Down

0 comments on commit 86ad29d

Please sign in to comment.