diff Grids/src/Grids.jl @ 217:4c62d0253bd4 package_refactor

Add RegionIndices as dependency of Grids
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2019 12:55:01 +0200
parents 1ad91e11b1f4
children 235f0a771c8f
line wrap: on
line diff
--- a/Grids/src/Grids.jl	Wed Jun 26 12:53:45 2019 +0200
+++ b/Grids/src/Grids.jl	Wed Jun 26 12:55:01 2019 +0200
@@ -1,5 +1,7 @@
 module Grids
 
+using RegionIndices
+
 abstract type BoundaryIdentifier end
 struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end
 dim(::CartesianBoundary{Dim, R}) where {Dim, R} = Dim