| 204 | } |
| 205 | |
| 206 | void test() |
| 207 | { |
| 208 | // test_triangle_area(); |
| 209 | // test_triangle_signed_area(); |
| 210 | // test_tetrahedron_signed_volume(); |
| 211 | test_tetrahedron_signed_volume2(); |
| 212 | } |
| 213 | |
| 214 | OPENGEODE_TEST( "signed-mensuration" ) |
no test coverage detected