Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 335:f4e3e71a4ff4 refactor/combine_to_one_package
Fix `using` commands to refer to local modules within the Sbplib package/module
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2020 13:25:32 +0200 |
parents | 01b851161018 |
children | e50f130c37fd |
comparison
equal
deleted
inserted
replaced
334:91e015880ae6 | 335:f4e3e71a4ff4 |
---|---|
1 module SbpOperators | 1 module SbpOperators |
2 | 2 |
3 using RegionIndices | 3 using Sbplib.RegionIndices |
4 using LazyTensors | 4 using Sbplib.LazyTensors |
5 | 5 |
6 include("stencil.jl") | 6 include("stencil.jl") |
7 include("constantstenciloperator.jl") | 7 include("constantstenciloperator.jl") |
8 include("d2.jl") | 8 include("d2.jl") |
9 include("readoperator.jl") | 9 include("readoperator.jl") |