Skip to content

Commit

Permalink
Update StencilRecurrences.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Jan 30, 2024
1 parent 0f20584 commit 9568ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StencilRecurrences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For `coef` and `slicesupport`, tt's suggested to use lazy arrays for performance
lastind::Int
end
else
struct StencilRecurrence{COEF<:NTuple{S,AbstractArray{T}}, TB<:AbstractArray{T,N}} <: AbstractLinearRecurrence{slicetype(TB)} where {S,T,N}
struct StencilRecurrence{COEF<:NTuple{S,AbstractArray{T}}, TB<:AbstractArray{T,N}} where {S,T,N} <: AbstractLinearRecurrence{slicetype(TB)}
stencil::NTuple{S, CartesianIndex{N}}
coef::COEF
buffer::CircularArray{T,N,TB}
Expand Down

0 comments on commit 9568ede

Please sign in to comment.