Mercurial > repos > public > sbplib_julia
comparison src/DiffOps/DiffOps.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 | 48f916e12994 |
comparison
equal
deleted
inserted
replaced
334:91e015880ae6 | 335:f4e3e71a4ff4 |
---|---|
1 module DiffOps | 1 module DiffOps |
2 | 2 |
3 using RegionIndices | 3 using Sbplib.RegionIndices |
4 using SbpOperators | 4 using Sbplib.SbpOperators |
5 using Grids | 5 using Sbplib.Grids |
6 using LazyTensors | 6 using Sbplib.LazyTensors |
7 | 7 |
8 """ | 8 """ |
9 DiffOp | 9 DiffOp |
10 | 10 |
11 Supertype of differential operator discretisations. | 11 Supertype of differential operator discretisations. |