There was an error while loading. Please reload this page.
2 parents f86a8c8 + 00ca4e3 commit 00e091cCopy full SHA for 00e091c
1 file changed
lib/BoundaryValueDiffEqMIRK/src/mirk.jl
@@ -22,9 +22,9 @@
22
y
23
y₀
24
y₀_flat # Flat Vector{T} mirror of y₀ used as nlprob u0 to keep
25
- # LinearSolve / NonlinearSolveBase happy (they require a
26
- # concrete `Vector{T}`, not the `Base.ReshapedArray` that
27
- # `vec(::VectorOfArray)` returns under RAT v4).
+ # LinearSolve / NonlinearSolveBase happy (they require a
+ # concrete `Vector{T}`, not the `Base.ReshapedArray` that
+ # `vec(::VectorOfArray)` returns under RAT v4).
28
residual
29
# The following 2 caches are never resized
30
fᵢ_cache
0 commit comments