X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTetrahedron.hs;h=0e2f9029dd80f9c42b32a8779cbcf40cf50c6df2;hb=0d037f5f0829d9ee7fcccc58570305623665f52e;hp=52e9266d992cdc3901104b967361d147d8a4a6ce;hpb=b088e499540a1ccd0ee5acbaf5dc1556fd3ec404;p=spline3.git diff --git a/src/Tetrahedron.hs b/src/Tetrahedron.hs index 52e9266..0e2f902 100644 --- a/src/Tetrahedron.hs +++ b/src/Tetrahedron.hs @@ -580,11 +580,11 @@ tetrahedron_properties = testProperty "b3_v0_always_zero" prop_b3_v0_always_zero, testProperty "b3_v1_always_zero" prop_b3_v1_always_zero, testProperty "b3_v2_always_zero" prop_b3_v2_always_zero, - testProperty "swapping_vertices_doesnt_affect_coefficients1" $ + testProperty "swapping_vertices_doesnt_affect_coefficients1" prop_swapping_vertices_doesnt_affect_coefficients1, - testProperty "swapping_vertices_doesnt_affect_coefficients2" $ + testProperty "swapping_vertices_doesnt_affect_coefficients2" prop_swapping_vertices_doesnt_affect_coefficients2, - testProperty "swapping_vertices_doesnt_affect_coefficients3" $ + testProperty "swapping_vertices_doesnt_affect_coefficients3" prop_swapping_vertices_doesnt_affect_coefficients3, - testProperty "swapping_vertices_doesnt_affect_coefficients4" $ + testProperty "swapping_vertices_doesnt_affect_coefficients4" prop_swapping_vertices_doesnt_affect_coefficients4 ]