Mercurial > repos > public > sbplib_julia
diff src/RegionIndices/RegionIndices.jl @ 562:8f7919a9b398 feature/boundary_ops
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 30 Nov 2020 18:30:24 +0100 |
parents | 011ca1639153 |
children | b41180efb6c2 |
line wrap: on
line diff
--- a/src/RegionIndices/RegionIndices.jl Thu Nov 26 09:03:54 2020 +0100 +++ b/src/RegionIndices/RegionIndices.jl Mon Nov 30 18:30:24 2020 +0100 @@ -4,9 +4,8 @@ struct Interior <: Region end struct Lower <: Region end struct Upper <: Region end -struct Unknown <: Region end -export Region, Interior, Lower, Upper, Unknown +export Region, Interior, Lower, Upper struct Index{R<:Region, T<:Integer} i::T