| 88 | } |
| 89 | } |
| 90 | BOOST_AUTO_TEST_CASE(test_table_three_coords_one_source_one_dest_matrix_old_api) |
| 91 | { |
| 92 | test_table_three_coords_one_source_one_dest_matrix(true); |
| 93 | } |
| 94 | BOOST_AUTO_TEST_CASE(test_table_three_coords_one_source_one_dest_matrix_new_api) |
| 95 | { |
| 96 | test_table_three_coords_one_source_one_dest_matrix(false); |
nothing calls this directly
no test coverage detected