diff src/Grids/grid.jl @ 1256:3fc78ad26d03 refactor/grids

Add notes and todos about interface implementations for grids
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 22 Feb 2023 22:38:54 +0100
parents eb19cd128157
children 198ccda331a6
line wrap: on
line diff
--- a/src/Grids/grid.jl	Wed Feb 22 22:38:25 2023 +0100
+++ b/src/Grids/grid.jl	Wed Feb 22 22:38:54 2023 +0100
@@ -7,6 +7,7 @@
 # TBD:
 """
 #TBD: Should it be an AbstractArray? See notes in grid_refactor.md
+# TODO: Document that grids should implement the interfaces for iteration and indexing.
 abstract type Grid{T,D,RD} end