diff src/Grids/tensor_grid.jl @ 1726:471a948cd2b2 rename_module

Rename project from Sbplib to Diffinitive
author Vidar Stiernström <vidar.stiernstrom@gmail.com>
date Sat, 07 Sep 2024 12:11:53 -0700
parents 5f348cc5598e
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	Sat Sep 07 12:11:53 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.