Skip to content

Commit 2569966

Browse files
fix: add struct IntervalNonlinearFunctionExpr
1 parent 179f0bd commit 2569966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ function NonlinearFunctionExpr{iip}(sys::NonlinearSystem, dvs = unknowns(sys),
495495
!linenumbers ? Base.remove_linenums!(ex) : ex
496496
end
497497

498+
struct IntervalNonlinearFunctionExpr end
499+
498500
"""
499501
$(TYPEDSIGNATURES)
500502

0 commit comments

Comments
 (0)