diff src/Grids/zero_dim_grid.jl @ 1492:d9d9ab18cdfc feature/grids/curvilinear

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 01 Dec 2023 11:52:26 +0100
parents 4ad1282f8bab
children
line wrap: on
line diff
--- a/src/Grids/zero_dim_grid.jl	Thu Nov 23 16:08:47 2023 +0100
+++ b/src/Grids/zero_dim_grid.jl	Fri Dec 01 11:52:26 2023 +0100
@@ -25,3 +25,4 @@
 
 boundary_identifiers(g::ZeroDimGrid) = ()
 boundary_grid(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries"))
+boundary_indices(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries"))