Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 647:f13d45c10f55 feature/volume_and_boundary_operators
Remove ConstantStencilOperator
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 04 Jan 2021 18:38:21 +0100 |
parents | f4a16b403487 |
children | 40f2999f57b2 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Mon Jan 04 18:34:38 2021 +0100 +++ b/src/SbpOperators/SbpOperators.jl Mon Jan 04 18:38:21 2021 +0100 @@ -5,7 +5,6 @@ using Sbplib.Grids include("stencil.jl") -include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") include("volumeops/volume_operator.jl")