Mercurial > repos > public > sbplib_julia
diff RegionIndices/src/RegionIndices.jl @ 223:b3506cfbb9d8 package_refactor
Add some missing exports
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 13:57:50 +0200 |
parents | 03375aa30edd |
children | 6bce42abf43d |
line wrap: on
line diff
--- a/RegionIndices/src/RegionIndices.jl Wed Jun 26 13:31:35 2019 +0200 +++ b/RegionIndices/src/RegionIndices.jl Wed Jun 26 13:57:50 2019 +0200 @@ -51,6 +51,8 @@ return CartesianIndices(regions) end +export regionindices + function getregion(i::Integer, boundary_width::Integer, dim_size::Integer) if 0 < i <= boundary_width return Lower