Mercurial > repos > public > sbplib_julia
diff src/Grids/equidistant_grid.jl @ 1604:b459082533f7 feature/boundary_conditions
Remove unnecessary white space changes to otherwise untouched files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 08 Jun 2024 22:51:31 +0200 |
parents | 3e7438e2a033 |
children | 5f348cc5598e b02917bcd7d5 b0c019acb50b |
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl Tue Jun 04 16:46:14 2024 -0700 +++ b/src/Grids/equidistant_grid.jl Sat Jun 08 22:51:31 2024 +0200 @@ -47,6 +47,7 @@ """ inverse_spacing(g::EquidistantGrid) = 1/step(g.points) + boundary_identifiers(::EquidistantGrid) = (Lower(), Upper()) boundary_grid(g::EquidistantGrid, id::Lower) = ZeroDimGrid(g[begin]) boundary_grid(g::EquidistantGrid, id::Upper) = ZeroDimGrid(g[end])