Skip to content

Commit 8e17b4f

Browse files
fix: fix CheckInit error message
1 parent 94cbba0 commit 8e17b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Base.showerror(io::IO, e::CheckInitFailureError)
6464
normresid = $(e.normresid) > abstol = $(e.abstol)."
6565
)
6666

67-
if isdae
67+
if e.isdae
6868
print(io, " If you wish for the system to
6969
automatically change the algebraic variables to satisfy the algebraic constraints,
7070
please pass `initializealg = BrownBasicInit()` to solve (this option will require

0 commit comments

Comments
 (0)