Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 25ae8ee

Browse files
committed
undo irrelevant chagne
1 parent c98cca7 commit 25ae8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/derivative_operators/derivative_operator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function UpwindDifference{N}(derivative_order::Int,
117117
low_boundary_coefs = convert(SVector{boundary_point_count},_low_boundary_coefs)
118118
high_boundary_coefs = convert(SVector{boundary_point_count},reverse(SVector{boundary_stencil_length, T}[reverse(low_boundary_coefs[i]) for i in 1:boundary_point_count]))
119119

120-
coefficients = nothing
120+
coefficients = Vector{T}(undef,len)
121121

122122
DerivativeOperator{T,N,true,T,typeof(stencil_coefs),
123123
typeof(low_boundary_coefs),Vector{T},

0 commit comments

Comments
 (0)