Skip to content

Commit 32c7c9f

Browse files
committed
Fix precompilation due to accidental replacement of a method.
1 parent 2beb092 commit 32c7c9f

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
@@ -150,7 +150,7 @@ function SymbolicContinuousCallback(eqs::Equation, affect = NULL_AFFECT;
150150
affect_neg = affect, rootfind = SciMLBase.LeftRootFind)
151151
SymbolicContinuousCallback([eqs], affect, affect_neg, rootfind)
152152
end
153-
function SymbolicContinuousCallback(eqs::Vector{Equation}, affect = NULL_AFFECT;
153+
function SymbolicContinuousCallback(eqs::Vector{Equation}, affect;
154154
affect_neg = affect, rootfind = SciMLBase.LeftRootFind)
155155
SymbolicContinuousCallback(eqs, affect, affect_neg, rootfind)
156156
end

0 commit comments

Comments
 (0)