Mercurial > repos > public > sbplib_julia
changeset 1645:64452a678e7a feature/grids/curvilinear
Add todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2024 11:09:25 +0200 |
parents | 063a2bfb03da |
children | b02917bcd7d5 |
files | src/Grids/mapped_grid.jl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl Thu Apr 25 13:57:42 2024 +0200 +++ b/src/Grids/mapped_grid.jl Wed Jun 26 11:09:25 2024 +0200 @@ -14,6 +14,7 @@ Base.firstindex(g::MappedGrid, d) = firstindex(g.logicalgrid, d) Base.lastindex(g::MappedGrid, d) = lastindex(g.logicalgrid, d) +# TODO: axes(...)? # Iteration interface