Skip to content

Commit 2b3ca96

Browse files
committed
up
1 parent 1d32b6e commit 2b3ca96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ function ODESystem(eqs, iv; constraints = Equation[], kwargs...)
369369
algevars = setdiff(allunknowns, diffvars)
370370

371371
consvars = OrderedSet()
372+
constraintsystem = nothing
372373
if !isempty(constraints)
373374
constraintsystem = process_constraint_system(constraints, allunknowns, new_ps, iv)
374375
for st in get_unknowns(constraintsystem)

0 commit comments

Comments
 (0)