diff src/Grids/tensor_grid.jl @ 1729:3c788144be42

Merge rename_module
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sun, 08 Sep 2024 17:11:56 -0700
parents 471a948cd2b2
children 863385aae454 87ebdd6eed95
line wrap: on
line diff
--- a/src/Grids/tensor_grid.jl	Thu Sep 05 23:16:39 2024 +0200
+++ b/src/Grids/tensor_grid.jl	Sun Sep 08 17:11:56 2024 -0700
@@ -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.