]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Everything.hs
Rename Tetrahedron.fv to Tetrahedron.function_values.
[spline3.git] / src / Everything.hs
index a46fa22f58980e00422ef6c8029fbcf2aaf80a7a..af74566550fca08ab1ff1edcbeee513284272143 100644 (file)
@@ -14,7 +14,8 @@ import Face as X hiding (v0,v1,v2,v3)
 import FunctionValues as X
 import Grid as X 
 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