Skip to content

Commit 56fa092

Browse files
Update lib/NonlinearSolveSpectralMethods/src/solve.jl
1 parent e9da438 commit 56fa092

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/NonlinearSolveSpectralMethods/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474

7575
function InternalAPI.reinit_self!(
7676
cache::GeneralizedDFSaneCache, args...; p = cache.p, u0 = cache.u,
77-
alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
77+
alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
7878
maxiters = hasproperty(maxiters, :maxiters) ? cache.maxiters : 1000,
7979
maxtime = hasproperty(maxtime, :maxtime) ? cache.maxtime : nothing, kwargs...
8080
)

0 commit comments

Comments
 (0)