Mercurial > repos > public > sbplib_julia
comparison src/Diffinitive.jl @ 1734:2311f33b6bd3 cleanup
Delete submodule DiffOps
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 20:42:41 +0200 |
parents | ec5589090faa |
children | 77f1b027d134 871f3f1decea |
comparison
equal
deleted
inserted
replaced
1733:ec5589090faa | 1734:2311f33b6bd3 |
---|---|
2 | 2 |
3 include("RegionIndices/RegionIndices.jl") | 3 include("RegionIndices/RegionIndices.jl") |
4 include("LazyTensors/LazyTensors.jl") | 4 include("LazyTensors/LazyTensors.jl") |
5 include("Grids/Grids.jl") | 5 include("Grids/Grids.jl") |
6 include("SbpOperators/SbpOperators.jl") | 6 include("SbpOperators/SbpOperators.jl") |
7 include("DiffOps/DiffOps.jl") | |
8 | 7 |
9 export RegionIndices | 8 export RegionIndices |
10 export LazyTensors | 9 export LazyTensors |
11 export Grids | 10 export Grids |
12 export SbpOperators | 11 export SbpOperators |
13 export DiffOps | |
14 | 12 |
15 end | 13 end |