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 a68b55e commit e9da438Copy full SHA for e9da438
lib/NonlinearSolveFirstOrder/src/solve.jl
@@ -93,7 +93,7 @@ end
93
94
function InternalAPI.reinit_self!(
95
cache::GeneralizedFirstOrderAlgorithmCache, args...; p = cache.p, u0 = cache.u,
96
- alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
+ alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
97
maxiters = hasproperty(maxiters, :maxiters) ? cache.maxiters : 1000,
98
maxtime = hasproperty(maxtime, :maxtime) ? cache.maxtime : nothing, kwargs...
99
)
0 commit comments