Skip to content

Commit 5705f92

Browse files
committed
typo: add )
1 parent d6fc20e commit 5705f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ function generate_callback(cbs::Vector{SymbolicContinuousCallback}, sys; kwargs.
709709
affect = compile_affect(cb.affect, cb, sys, default = (args...) -> ())
710710

711711
push!(affects, affect)
712-
push!(affect_negs, compile_affect(cb.affect_neg, cb, sys, default = affect)
712+
push!(affect_negs, compile_affect(cb.affect_neg, cb, sys, default = affect))
713713
push!(inits, compile_affect(cb.initialize, cb, sys, default = nothing))
714714
push!(finals, compile_affect(cb.finalize, cb, sys, default = nothing))
715715
end

0 commit comments

Comments
 (0)