Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel committed Sep 22, 2020
1 parent 6069f58 commit 980fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DifferentialInequality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ end

function DBB.set!(t::DifferentialInequality, v::DBB.ParameterValue, value::T) where T <: Union{Integer, AbstractFloat}
t.integrator_state.new_decision_pnt = true
@inbounds t.p[v.i] = value[v.i]
@inbounds t.p[v.i] = value
return
end

Expand Down

0 comments on commit 980fbd4

Please sign in to comment.