We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9da438 commit 56fa092Copy full SHA for 56fa092
lib/NonlinearSolveSpectralMethods/src/solve.jl
@@ -74,7 +74,7 @@ end
74
75
function InternalAPI.reinit_self!(
76
cache::GeneralizedDFSaneCache, args...; p = cache.p, u0 = cache.u,
77
- alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
+ alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
78
maxiters = hasproperty(maxiters, :maxiters) ? cache.maxiters : 1000,
79
maxtime = hasproperty(maxtime, :maxtime) ? cache.maxtime : nothing, kwargs...
80
)
0 commit comments