Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 1019:3031ce7a4999 feature/stencil_set_type
Rename readoperator.jl to stencil_set.jl
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 10:02:47 +0100 |
parents | 5ec49dd2c7c4 |
children | 0e31b9901160 3bb94ce74697 b4ee47f2aafb |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Tue Mar 22 09:57:28 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Tue Mar 22 10:02:47 2022 +0100 @@ -30,7 +30,7 @@ end include("stencil.jl") -include("readoperator.jl") +include("stencil_set.jl") include("volumeops/volume_operator.jl") include("volumeops/constant_interior_scaling_operator.jl") include("volumeops/derivatives/first_derivative.jl")