Mercurial > repos > public > sbplib_julia
diff src/RegionIndices/RegionIndices.jl @ 557:3c18a15934a7 feature/quadrature_as_outer_product
Merge in default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 29 Nov 2020 21:52:44 +0100 |
parents | 011ca1639153 |
children | b41180efb6c2 |
line wrap: on
line diff
--- a/src/RegionIndices/RegionIndices.jl Sun Nov 29 21:16:55 2020 +0100 +++ b/src/RegionIndices/RegionIndices.jl Sun Nov 29 21:52:44 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