From 7b1836b35e4e4e275c093f1a120db8006108b90d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 20 May 2024 11:00:48 +0200 Subject: Added tests for h48 invcoord --- test/077_copy_edges/copy_edges_tests.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/077_copy_edges') diff --git a/test/077_copy_edges/copy_edges_tests.c b/test/077_copy_edges/copy_edges_tests.c index c3e70a3..b428f89 100644 --- a/test/077_copy_edges/copy_edges_tests.c +++ b/test/077_copy_edges/copy_edges_tests.c @@ -1,8 +1,6 @@ #include "../test.h" void copy_edges_fast(cube_fast_t *, cube_fast_t); -cube_fast_t cubetofast(cube_t); -cube_t fasttocube(cube_fast_t); int main(void) { char str[STRLENMAX]; -- cgit v1.3