Mercurial > repos > public > sbplib_julia
changeset 220:5bba704a89d8 package_refactor
Delete grid.jl that should've been deleted before
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 13:13:56 +0200 |
parents | 69a6049e14d9 |
children | 235f0a771c8f |
files | grid.jl |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/grid.jl Wed Jun 26 13:12:38 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -abstract type BoundaryIdentifier end -struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end -dim(::CartesianBoundary{Dim, R}) where {Dim, R} = Dim -region(::CartesianBoundary{Dim, R}) where {Dim, R} = R - -include("AbstractGrid.jl") -include("EquidistantGrid.jl")