changeset 1271:5977d7628d55 refactor/grids

Remove exports of old functions
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 25 Feb 2023 22:49:21 +0100
parents dcbac783e4c1
children 3637daad71e8
files src/Grids/Grids.jl
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Sat Feb 25 22:42:16 2023 +0100
+++ b/src/Grids/Grids.jl	Sat Feb 25 22:49:21 2023 +0100
@@ -7,7 +7,6 @@
 # Grid
 export Grid
 export dims
-export points
 
 export TensorGrid
 export ZeroDimGrid
@@ -25,7 +24,6 @@
 export EquidistantGrid
 export spacing
 export inverse_spacing
-export restrict
 export boundary_identifiers
 export boundary_grid
 export refine