]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Values.hs
Undo the previous FunctionValues test fix.
[spline3.git] / src / Values.hs
index 1b8548e026a52195cd7a739351f0e4a90a1c95e0..61e3a11d3c2cd274afb5963bd5ba4091c8d4df86 100644 (file)
@@ -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