Mercurial > repos > public > sbplib_julia
diff src/Grids/equidistant_grid.jl @ 1644:e213bd857f3f feature/grids/manifolds
Add some todos and tbds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2024 11:06:32 +0200 |
parents | d4a6f9effcdd |
children | 8250cf5a3ce9 |
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl Mon Jun 24 21:36:27 2024 +0200 +++ b/src/Grids/equidistant_grid.jl Wed Jun 26 11:06:32 2024 +0200 @@ -129,6 +129,7 @@ equidistant_grid(hb::HyperBox, dims::Vararg{Int}) = equidistant_grid(hb.a, hb.b, dims...) +# TODO: One dimensional grids shouldn't have vector eltype right?, Change here or in HyperBox? function equidistant_grid(c::Chart, dims::Vararg{Int}) lg = equidistant_grid(parameterspace(c), dims...)