]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Everything.hs
Remove the 'h' parameter from the model entirely by defining h=1.
[spline3.git] / src / Everything.hs
index 7934a254d0fa787636b347c57c9cd04d0254eaf6..5225c745265269e712a934afb7888759e2c20122 100644 (file)
@@ -8,7 +8,6 @@ where
 
 import Cardinal as X
 import Comparisons as X
-import Cube as X hiding (h)
 import Examples as X
 import Face as X hiding (v0,v1,v2,v3)
 import FunctionValues as X
@@ -17,5 +16,5 @@ import Misc as X
 import MRI as X
 import Point as X
 import RealFunction as X
-import Tetrahedron as X hiding (fv)
+import Tetrahedron as X
 import Values as X