]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Tests/Tetrahedron.hs
Move all of the trilinear coefficient tests into the Tests.Grid module.
[spline3.git] / src / Tests / Tetrahedron.hs
index d4b7b9bb719a04653ecabb42f04b7a5d2cdf3ed4..31736cf69b419818dcf09682381d85b52dd531e5 100644 (file)
@@ -4,9 +4,11 @@ where
 import Test.HUnit
 import Test.QuickCheck
 
+import Assertions
 import Comparisons
 import Point
 import FunctionValues
+import Misc
 import Tests.FunctionValues()
 import Tetrahedron
 import ThreeDimensional