Mercurial > repos > public > sbplib_julia
changeset 1747:e719c6dadba6 feature/grids/curvilinear
Remove extra BoundaryIdentifier definition
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 11 Sep 2024 15:26:47 +0200 |
| parents | 44faa334adc6 |
| children | 03894fd7b132 e4353d5e8fc3 |
| files | src/Grids/Grids.jl |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
diff -r 44faa334adc6 -r e719c6dadba6 src/Grids/Grids.jl --- a/src/Grids/Grids.jl Wed Sep 11 14:41:14 2024 +0200 +++ b/src/Grids/Grids.jl Wed Sep 11 15:26:47 2024 +0200 @@ -46,8 +46,6 @@ export metric_tensor export metric_tensor_inverse -abstract type BoundaryIdentifier end - include("grid.jl") include("tensor_grid.jl") include("equidistant_grid.jl")
