aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep/gendata_cocsep_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/100_gendata_cocsep/gendata_cocsep_tests.c')
-rw-r--r--test/100_gendata_cocsep/gendata_cocsep_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c
index 9d8f03c..4a29ebb 100644
--- a/test/100_gendata_cocsep/gendata_cocsep_tests.c
+++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c
@@ -4,7 +4,7 @@
4 4
5size_t gendata_cocsep(void *, uint64_t *, cube_t *); 5size_t gendata_cocsep(void *, uint64_t *, cube_t *);
6 6
7int main(void) { 7void run(void) {
8 uint32_t buf[300000], i; 8 uint32_t buf[300000], i;
9 uint64_t selfsim[COCSEP_CLASSES]; 9 uint64_t selfsim[COCSEP_CLASSES];
10 cube_t rep[COCSEP_CLASSES]; 10 cube_t rep[COCSEP_CLASSES];
@@ -17,6 +17,4 @@ int main(void) {
17 printf("Max value: %" PRIu32 "\n", buf[result/4-11]); 17 printf("Max value: %" PRIu32 "\n", buf[result/4-11]);
18 for (i = 0; i < 10; i++) 18 for (i = 0; i < 10; i++)
19 printf("%" PRIu32 ": %" PRIu32 "\n", i, buf[result/4-10+i]); 19 printf("%" PRIu32 ": %" PRIu32 "\n", i, buf[result/4-10+i]);
20
21 return 0;
22} 20}

Generated with cgit - Back to sebastiano.tronto.net