changeset 256:d8f42733f392 boundary_conditions

Export spacing() for Equidistant grids
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 28 Jun 2019 14:08:30 +0200
parents e960b877e07e
children d4cd4882ee9f
files Grids/src/EquidistantGrid.jl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
diff -r e960b877e07e -r d8f42733f392 Grids/src/EquidistantGrid.jl
--- a/Grids/src/EquidistantGrid.jl	Thu Jun 27 16:23:37 2019 +0200
+++ b/Grids/src/EquidistantGrid.jl	Fri Jun 28 14:08:30 2019 +0200
@@ -40,6 +40,7 @@
 function spacing(grid::EquidistantGrid)
     return 1.0./grid.inverse_spacing
 end
+export spacing
 
 # Computes the points of an EquidistantGrid as an array of tuples with
 # the same dimension as the grid.