Skip to content

Commit 0324522

Browse files
committed
fix typo
1 parent 2b3ca96 commit 0324522

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
@@ -291,7 +291,7 @@ function ODESystem(deqs::AbstractVector{<:Equation}, iv, dvs, ps;
291291
end
292292

293293
if !isempty(systems)
294-
cons = get_constraintsystems.(systems)
294+
cons = get_constraintsystem.(systems)
295295
@set! constraintsystem.systems = cons
296296
end
297297

0 commit comments

Comments
 (0)