aboutsummaryrefslogtreecommitdiff
path: root/test/110_coord_invcoord_h48
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-04 14:29:00 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-04 14:29:00 +0200
commit283effb16646112ee9c6bba57e021e80f322b29f (patch)
tree3c0ad588e550f86df21687e82a17e9f1f60443be /test/110_coord_invcoord_h48
parentfc150adaf3bff133da0e59d842f13b7b21297fc0 (diff)
downloadnissy-core-283effb16646112ee9c6bba57e021e80f322b29f.tar.gz
nissy-core-283effb16646112ee9c6bba57e021e80f322b29f.zip
Avoid repeating typedefs in tests
Diffstat (limited to 'test/110_coord_invcoord_h48')
-rw-r--r--test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c b/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c
index 1fcbabd..025ff2b 100644
--- a/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c
+++ b/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c
@@ -1,8 +1,5 @@
1#include "../test.h" 1#include "../test.h"
2 2
3#define COCSEP_CLASSES 3393
4#define INFOSIZE 512
5
6size_t gendata_cocsep(void *, uint64_t *, cube_t *); 3size_t gendata_cocsep(void *, uint64_t *, cube_t *);
7int64_t coord_h48(cube_t, const uint32_t *, uint8_t); 4int64_t coord_h48(cube_t, const uint32_t *, uint8_t);
8cube_t invcoord_h48(int64_t, const cube_t *, uint8_t); 5cube_t invcoord_h48(int64_t, const cube_t *, uint8_t);

Generated with cgit - Back to sebastiano.tronto.net