Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/src/Diffinitive.jl Mon Sep 09 22:20:51 2024 +0200 +++ b/src/Diffinitive.jl Tue Sep 10 20:42:41 2024 +0200 @@ -4,12 +4,10 @@ include("LazyTensors/LazyTensors.jl") include("Grids/Grids.jl") include("SbpOperators/SbpOperators.jl") -include("DiffOps/DiffOps.jl") export RegionIndices export LazyTensors export Grids export SbpOperators -export DiffOps end