diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-20 11:00:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-20 11:00:48 +0200 |
| commit | 7b1836b35e4e4e275c093f1a120db8006108b90d (patch) | |
| tree | 807fbcb66808b65e995b2f854ba4c23f08ac7e55 /test/077_copy_edges | |
| parent | 413cc53c97f5a665bf84098b47e8d2267002f3ce (diff) | |
| download | nissy-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.c | 2 |
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 | ||
| 3 | void copy_edges_fast(cube_fast_t *, cube_fast_t); | 3 | void copy_edges_fast(cube_fast_t *, cube_fast_t); |
| 4 | cube_fast_t cubetofast(cube_t); | ||
| 5 | cube_t fasttocube(cube_fast_t); | ||
| 6 | 4 | ||
| 7 | int main(void) { | 5 | int main(void) { |
| 8 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
