Skip to content

Commit 1d32b6e

Browse files
committed
up
1 parent 0493b5d commit 1d32b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ function ODESystem(eqs, iv; constraints = Equation[], kwargs...)
368368
end
369369
algevars = setdiff(allunknowns, diffvars)
370370

371+
consvars = OrderedSet()
371372
if !isempty(constraints)
372-
consvars = OrderedSet()
373373
constraintsystem = process_constraint_system(constraints, allunknowns, new_ps, iv)
374374
for st in get_unknowns(constraintsystem)
375375
iscall(st) ?

0 commit comments

Comments
 (0)