Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/stencil.jl @ 1062:a76830879c63 feature/nested_stencils
Fix bugs from stencil refactor
(grafted from 18f63f1a0c442a648fca80a2101ab953f8b70649)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 13 Feb 2022 22:00:02 +0100 |
parents | d1ddcdc098bf |
children | a7f898b1ce1e |
line wrap: on
line diff
--- a/src/SbpOperators/stencil.jl Sun Feb 13 21:40:23 2022 +0100 +++ b/src/SbpOperators/stencil.jl Sun Feb 13 22:00:02 2022 +0100 @@ -2,7 +2,7 @@ export CenteredNestedStencil struct Stencil{T,N} - range::UnitRange + range::UnitRange{Int64} weights::NTuple{N,T} function Stencil(range::UnitRange,weights::NTuple{N,T}) where {T, N}