X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTests%2FGrid.hs;h=6da0e09e2b6a663eabd31214750c592f64060d64;hb=f6d0c289ad3397cf392976c24f3afdb17da5d377;hp=5e51b19ed782ccdc3a21a228da33114428df53fd;hpb=19480b63a1835c71b6fd8ecd23c6f0eb915043ae;p=spline3.git diff --git a/src/Tests/Grid.hs b/src/Tests/Grid.hs index 5e51b19..6da0e09 100644 --- a/src/Tests/Grid.hs +++ b/src/Tests/Grid.hs @@ -308,7 +308,7 @@ test_trilinear_reproduced = | i <- [0..2], j <- [0..2], k <- [0..2], - t <- tetrahedrons c0, + t <- tetrahedra c0, let p = polynomial t, let i' = fromIntegral i, let j' = fromIntegral j,