diff src/Grids/tensor_grid.jl @ 1736:863385aae454 feature/grids/curvilinear

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 Sep 2024 21:59:10 +0200
parents ff7aeda1b292 471a948cd2b2
children 189e69d44056 871f3f1decea
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Tue Sep 10 21:35:55 2024 +0200
+++ b/src/Grids/tensor_grid.jl	Tue Sep 10 21:59:10 2024 +0200
@@ -117,7 +117,7 @@
 end
 
 """
-   grid_and_local_dim_index(nds, d)
+    grid_and_local_dim_index(nds, d)
 
 Given a tuple of number of dimensions `nds`, and a global dimension index `d`,
 calculate which grid index, and local dimension, `d` corresponds to.