]> gitweb.michael.orlitzky.com - spline3.git/commit
Move all of the trilinear coefficient tests into the Tests.Grid module.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 May 2011 02:11:38 +0000 (22:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 May 2011 02:11:38 +0000 (22:11 -0400)
commit62e6ea5912a0ef9b21d034590700d6b450f942fb
tree1357229ec8bc999f5a887025f987813a836d07da
parent7b713190502394ad4b23a14f77430ffeebd000d1
Move all of the trilinear coefficient tests into the Tests.Grid module.
Move the two custom assertions into an Assertions module.
src/Assertions.hs [new file with mode: 0644]
src/Tests/Face.hs
src/Tests/Grid.hs
src/Tests/Tetrahedron.hs
test/TestSuite.hs