X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FValues.hs;h=3833135c720b7c0abe2e9c8c54e7334b1124383e;hb=e45d789d67d3c4f38c84c7fde65836452e0794af;hp=0ef8410813e80729e09a0af3ec4a162bd7868814;hpb=248880a645548e5d1910814dd9023e2af80e16ac;p=spline3.git diff --git a/src/Values.hs b/src/Values.hs index 0ef8410..3833135 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 :. k :. j :. i) + shape = (Z :. i :. j :. k) zoom_shape :: Int -> DIM3 -> DIM3