aboutsummaryrefslogtreecommitdiff
path: root/test/077_copy_edges
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-20 11:00:48 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-20 11:00:48 +0200
commit7b1836b35e4e4e275c093f1a120db8006108b90d (patch)
tree807fbcb66808b65e995b2f854ba4c23f08ac7e55 /test/077_copy_edges
parent413cc53c97f5a665bf84098b47e8d2267002f3ce (diff)
downloadnissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.tar.gz
nissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.zip
Added tests for h48 invcoord
Diffstat (limited to 'test/077_copy_edges')
-rw-r--r--test/077_copy_edges/copy_edges_tests.c2
1 files changed, 0 insertions, 2 deletions
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 @@
1#include "../test.h" 1#include "../test.h"
2 2
3void copy_edges_fast(cube_fast_t *, cube_fast_t); 3void copy_edges_fast(cube_fast_t *, cube_fast_t);
4cube_fast_t cubetofast(cube_t);
5cube_t fasttocube(cube_fast_t);
6 4
7int main(void) { 5int main(void) {
8 char str[STRLENMAX]; 6 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net