diff src/Grids/Grids.jl @ 1234:8806f4cd6fee refactor/grids

Move ZeroDimGrid to its own file
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 19 Feb 2023 22:20:44 +0100
parents 31041ef8092a
children 95e294576c2a
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Sun Feb 19 22:20:25 2023 +0100
+++ b/src/Grids/Grids.jl	Sun Feb 19 22:20:44 2023 +0100
@@ -28,5 +28,6 @@
 include("grid.jl")
 include("boundary_identifier.jl")
 include("equidistant_grid.jl")
+include("zero_dim_grid.jl")
 
 end # module