]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Tests/Grid.hs
Rename "tetrahedrons" to "tetrahedra".
[spline3.git] / src / Tests / Grid.hs
index 5e51b19ed782ccdc3a21a228da33114428df53fd..6da0e09e2b6a663eabd31214750c592f64060d64 100644 (file)
@@ -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,