Mercurial > repos > public > sbplib_julia
diff src/Grids/zero_dim_grid.jl @ 1854:654a2b7e6824 tooling/benchmarks
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 11 Jan 2025 10:19:47 +0100 |
parents | 4ad1282f8bab |
children |
line wrap: on
line diff
--- a/src/Grids/zero_dim_grid.jl Wed May 31 08:59:34 2023 +0200 +++ b/src/Grids/zero_dim_grid.jl Sat Jan 11 10:19:47 2025 +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"))