Mercurial > repos > public > sbplib_julia
changeset 233:7d2ad8a73b1f boundary_conditions
Export dim and region from Grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 17:52:20 +0200 |
parents | a20bb4fac23d |
children | d119dfdd749c |
files | Grids/src/Grids.jl |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Grids/src/Grids.jl Wed Jun 26 17:41:44 2019 +0200 +++ b/Grids/src/Grids.jl Wed Jun 26 17:52:20 2019 +0200 @@ -9,6 +9,8 @@ dim(::CartesianBoundary{Dim, R}) where {Dim, R} = Dim region(::CartesianBoundary{Dim, R}) where {Dim, R} = R +export dim, region + include("AbstractGrid.jl") include("EquidistantGrid.jl")