We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
namespace_callback
1 parent b4481dc commit b6b4cbcCopy full SHA for b6b4cbc
src/systems/callbacks.jl
@@ -190,8 +190,8 @@ namespace_affects(::Nothing, s) = nothing
190
function namespace_callback(cb::SymbolicContinuousCallback, s)::SymbolicContinuousCallback
191
SymbolicContinuousCallback(
192
namespace_equation.(equations(cb), (s,)),
193
- namespace_affects(affects(cb), s),
194
- namespace_affects(affect_negs(cb), s))
+ namespace_affects(affects(cb), s);
+ affect_neg = namespace_affects(affect_negs(cb), s))
195
end
196
197
"""
0 commit comments