Skip to content

Commit ce7a3c7

Browse files
committed
typo
Signed-off-by: ErikQQY <2283984853@qq.com>
1 parent 2acedc8 commit ce7a3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/NonlinearSolveSIAMFANLEquationsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function SciMLBase.__solve(prob::NonlinearProblem, alg::SIAMFANLEquationsJL, arg
1313
@unpack method, autodiff, show_trace, delta, linsolve = alg
1414

1515
iip = SciMLBase.isinplace(prob)
16-
T = eltype(u0)
16+
T = eltype(prob.u0)
1717

1818
atol = abstol === nothing ? real(oneunit(T)) * (eps(real(one(T))))^(4 // 5) : abstol
1919
rtol = reltol === nothing ? real(oneunit(T)) * (eps(real(one(T))))^(4 // 5) : reltol

0 commit comments

Comments
 (0)