]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Remove two unused variables.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Aug 2011 23:56:48 +0000 (19:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 22 Aug 2011 23:56:48 +0000 (19:56 -0400)
src/Tests/Grid.hs

index 6a30cc59f0038a8f40afb3add71806f1ae3a4259..b565f0d819e29212aec3f9d94202a148670d76d0 100644 (file)
@@ -351,5 +351,4 @@ test_trilinear9x9x9_reproduced =
     where
       g = make_grid 1 trilinear
       c0 = fromJust $ cube_at g 1 1 1
-      t0 = tetrahedron0 c0
-      p = polynomial t0
+