There was an error while loading. Please reload this page.
1 parent 543e883 commit b8813eaCopy full SHA for b8813ea
1 file changed
lib/BoundaryValueDiffEqAscher/src/algorithms.jl
@@ -52,7 +52,7 @@ for stage in (1, 2, 3, 4, 5, 6, 7)
52
@kwdef struct $(alg){N, O, J <: BVPJacobianAlgorithm} <: AbstractAscher
53
nlsolve::N = nothing
54
optimize::O = nothing
55
- zeta::Vector{Float64} = nothing
+ zeta::Vector{Float64} = Float64[]
56
jac_alg::J = BVPJacobianAlgorithm()
57
max_num_subintervals::Int = 3000
58
end
0 commit comments