Skip to content

Commit e9da438

Browse files
Update lib/NonlinearSolveFirstOrder/src/solve.jl
1 parent a68b55e commit e9da438

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/NonlinearSolveFirstOrder/src/solve.jl

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

9494
function InternalAPI.reinit_self!(
9595
cache::GeneralizedFirstOrderAlgorithmCache, args...; p = cache.p, u0 = cache.u,
96-
alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
96+
alias_u0::Bool = hasproperty(cache, :alias_u0) ? cache.alias_u0 : false,
9797
maxiters = hasproperty(maxiters, :maxiters) ? cache.maxiters : 1000,
9898
maxtime = hasproperty(maxtime, :maxtime) ? cache.maxtime : nothing, kwargs...
9999
)

0 commit comments

Comments
 (0)