Skip to content

Commit b8813ea

Browse files
committed
fix zeta default in structs
1 parent 543e883 commit b8813ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/BoundaryValueDiffEqAscher/src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for stage in (1, 2, 3, 4, 5, 6, 7)
5252
@kwdef struct $(alg){N, O, J <: BVPJacobianAlgorithm} <: AbstractAscher
5353
nlsolve::N = nothing
5454
optimize::O = nothing
55-
zeta::Vector{Float64} = nothing
55+
zeta::Vector{Float64} = Float64[]
5656
jac_alg::J = BVPJacobianAlgorithm()
5757
max_num_subintervals::Int = 3000
5858
end

0 commit comments

Comments
 (0)