diff src/Grids/tensor_grid.jl @ 1434:af73340a8f0e feature/grids/curvilinear

Add todos
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 07 Sep 2023 09:03:07 +0200
parents e82240df974d
children 29adc06e5b56
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Mon Aug 28 09:38:15 2023 +0200
+++ b/src/Grids/tensor_grid.jl	Thu Sep 07 09:03:07 2023 +0200
@@ -1,3 +1,5 @@
+# TODO: Check this file and other grids for duplicate implementation of general methods implemented for Grid
+
 """
     TensorGrid{T,D} <: Grid{T,D}