X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=242aabe46c1e308726b36cf6a9bad792c7f7aed9;hb=02df1d5763a5d2bfe750bbc30b5c001ee9b23b17;hp=a46fa22f58980e00422ef6c8029fbcf2aaf80a7a;hpb=853dbd6ddf9e8b9b3019af9ce9e2220f84b7609a;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index a46fa22..242aabe 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -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 @@ -16,5 +15,6 @@ import Grid as X import Misc as X import Point as X import RealFunction as X -import Tetrahedron as X hiding (fv) +import Tetrahedron as X import Values as X +import Volumetric as X \ No newline at end of file