From: Michael Orlitzky Date: Wed, 7 Sep 2011 01:39:51 +0000 (-0400) Subject: Set zoom to 4x. X-Git-Tag: 0.0.1~150 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=b15ac8d6f5ded844603bacb57dc44a38ec3aaf31 Set zoom to 4x. --- diff --git a/src/Main.hs b/src/Main.hs index 4040276..963b31e 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -38,5 +38,5 @@ main = do let c = cube_at g i j k, let t = tetrahedron c tet ] - let output = zoom g polynomials (8,8,1) + let output = zoom g polynomials (4,4,1) write_values_1d output out_file