File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function Base.showerror(io::IO, e::CheckInitFailureError)
6969 automatically change the algebraic variables to satisfy the algebraic constraints,
7070 please pass `initializealg = BrownBasicInit()` to solve (this option will require
7171 `using OrdinaryDiffEqNonlinearSolve`). If you wish to perform an initialization on the
72- complete u0, please pass initializealg = ShampineCollocationInit() to solve. Note that
72+ complete u0, please pass ` initializealg = ShampineCollocationInit()` to solve. Note that
7373 initialization can be a very difficult process for DAEs and in many cases can be
7474 numerically intractable without symbolic manipulation of the system. For an automated
7575 system that will generate numerically stable initializations, see ModelingToolkit.jl
You can’t perform that action at this time.
0 commit comments