X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FValues.hs;h=61e3a11d3c2cd274afb5963bd5ba4091c8d4df86;hb=043d7296b08add8050a54c463d06c78b06eb9838;hp=1b8548e026a52195cd7a739351f0e4a90a1c95e0;hpb=58a5cb3570198ee1d604288f511ee02d4fc083d4;p=spline3.git diff --git a/src/Values.hs b/src/Values.hs index 1b8548e..61e3a11 100644 --- a/src/Values.hs +++ b/src/Values.hs @@ -79,7 +79,7 @@ idx v3d i j k = index v3d shape where shape :: DIM3 - shape = (Z :. i :. j :. k) + shape = (Z :. k :. j :. i) zoom_shape :: Int -> DIM3 -> DIM3