diff options
Diffstat (limited to 'test/103_cocsep_selfsim_distribution')
| -rw-r--r-- | test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c b/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c index a907317..90208eb 100644 --- a/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c +++ b/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "../test.h" | 1 | #include "../test.h" |
| 2 | 2 | ||
| 3 | size_t gendata_cocsep(void *, uint64_t *, cube_t *); | 3 | size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); |
| 4 | int64_t coord_cocsep(cube_t); | 4 | int64_t coord_cocsep(cube_t); |
| 5 | 5 | ||
| 6 | int bcount(uint64_t x) { | 6 | int bcount(uint64_t x) { |
| @@ -15,7 +15,7 @@ int bcount(uint64_t x) { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | void run(void) { | 17 | void run(void) { |
| 18 | char buf[2000000]; | 18 | unsigned char buf[2000000]; |
| 19 | int size[65], tot, j; | 19 | int size[65], tot, j; |
| 20 | uint64_t i, selfsim[COCSEP_CLASSES], sim; | 20 | uint64_t i, selfsim[COCSEP_CLASSES], sim; |
| 21 | cube_t rep[COCSEP_CLASSES]; | 21 | cube_t rep[COCSEP_CLASSES]; |
