From 7fc58018feadf3739458956ba00ff9f1a9a7fac7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 8 Oct 2019 12:57:35 +0100 Subject: [PATCH] add cycling comment --- simple_v_extension/remap.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_v_extension/remap.mdwn b/simple_v_extension/remap.mdwn index 27b183bd2..eecfdae62 100644 --- a/simple_v_extension/remap.mdwn +++ b/simple_v_extension/remap.mdwn @@ -49,7 +49,7 @@ executed as a python program: idxs = [0,0,0] # starting indices order = [0,1,2] # experiment with different permutations, here offset = 2 # experiment with different offset, here - VL = xdim * ydim * zdim + VL = xdim * ydim * zdim # multiply (or add) to this to get "cycling" applydim = 0 invxyz = [0,0,0] -- 2.30.2