]> gitweb.michael.orlitzky.com - spline3.git/history - src/Tests/Grid.hs
Combine a bunch of Grid tests into a Test.Framework testGroup so that we can take...
[spline3.git] / src / Tests / Grid.hs
2011-08-30 Michael OrlitzkyCombine a bunch of Grid tests into a Test.Framework...
2011-08-28 Michael OrlitzkyFix the tetrahedron collision detection.
2011-08-28 Michael OrlitzkyMake cube_at either return a cube or error instead...
2011-08-27 Michael OrlitzkyAdd a test: test_tetrahedra_collision_sensitivity.
2011-08-22 Michael OrlitzkyRemove two unused variables.
2011-08-22 Michael OrlitzkyRename "trilinearx2" to "trilinear9x9x9".
2011-08-22 Michael OrlitzkyRename "tetrahedrons" to "tetrahedra".
2011-08-22 Michael OrlitzkyGroup all of the "trilinear reproduced" tests together.
2011-08-17 Michael OrlitzkyAdd the trilinearx2 reproduction test.
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-07-15 Michael OrlitzkyRemove a useless import.
2011-07-10 Michael OrlitzkyAdd 23 more tests for trilinear reproduction, testing...
2011-07-09 Michael OrlitzkyHide i, j, and k from two Cube imports.
2011-07-08 Michael OrlitzkyFinish moving the tests to test-framework.
2011-07-04 Michael OrlitzkyAdd tests to ensure that the zero function and a trilin...
2011-05-11 Michael OrlitzkyMove the three example 3x3x3 arrays to the Examples...
2011-05-08 Michael OrlitzkyMove four vertex tests into Tests.Grid and re-enable...
2011-05-08 Michael OrlitzkyMove all of the trilinear coefficient tests into the...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.