Skip to content

Commit 35495ba

Browse files
fix: fix InternalAPI.reinit_self! for GeneralizedDFSaneCache
1 parent fb783f2 commit 35495ba

File tree

1 file changed

+1
-0
lines changed
  • lib/NonlinearSolveSpectralMethods/src

1 file changed

+1
-0
lines changed

lib/NonlinearSolveSpectralMethods/src/solve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function InternalAPI.reinit_self!(
7777
alias_u0::Bool = false, maxiters = 1000, maxtime = nothing, kwargs...
7878
)
7979
Utils.reinit_common!(cache, u0, p, alias_u0)
80+
T = eltype(u0)
8081

8182
if cache.alg.σ_1 === nothing
8283
σ_n = Utils.safe_dot(cache.u, cache.u) / Utils.safe_dot(cache.u, cache.fu)

0 commit comments

Comments
 (0)