Skip to content

Commit

Permalink
Fix precompilation due to accidental replacement of a method.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChung committed Jul 31, 2024
1 parent 2beb092 commit 32c7c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function SymbolicContinuousCallback(eqs::Equation, affect = NULL_AFFECT;
affect_neg = affect, rootfind = SciMLBase.LeftRootFind)
SymbolicContinuousCallback([eqs], affect, affect_neg, rootfind)
end
function SymbolicContinuousCallback(eqs::Vector{Equation}, affect = NULL_AFFECT;
function SymbolicContinuousCallback(eqs::Vector{Equation}, affect;
affect_neg = affect, rootfind = SciMLBase.LeftRootFind)
SymbolicContinuousCallback(eqs, affect, affect_neg, rootfind)
end
Expand Down

0 comments on commit 32c7c9f

Please sign in to comment.