X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FValues.hs;h=3833135c720b7c0abe2e9c8c54e7334b1124383e;hb=1572b2b596bf28882bd674c1d9d22090a7f465da;hp=0ef8410813e80729e09a0af3ec4a162bd7868814;hpb=b9c6d5f4f9cf3e0e8c32499959c879e6300717f6;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