changeset 825:69700b0b1452 operator_storage_array_of_table

Remove unneeded type specification in boundary_operator signature
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 21 Dec 2021 16:02:11 +0100
parents 18b22737fc26
children 4433be383840
files src/SbpOperators/boundaryops/boundary_operator.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_operator.jl	Tue Dec 21 15:36:14 2021 +0100
+++ b/src/SbpOperators/boundaryops/boundary_operator.jl	Tue Dec 21 16:02:11 2021 +0100
@@ -9,7 +9,7 @@
 of `IdentityMappings` in orthogonal coordinate directions, e.g for `Dim=3`,
 the boundary restriction operator in the y-direction direction is `Ix⊗op⊗Iz`.
 """
-function boundary_operator(grid::EquidistantGrid{Dim,T}, closure_stencil::Stencil{T}, boundary::CartesianBoundary) where {Dim,T}
+function boundary_operator(grid::EquidistantGrid{Dim,T}, closure_stencil, boundary::CartesianBoundary) where {Dim,T}
     #TODO:Check that dim(boundary) <= Dim?
 
     # Create 1D boundary operator