aboutsummaryrefslogtreecommitdiff
path: root/test/101_cocsep_selfsim
diff options
context:
space:
mode:
Diffstat (limited to 'test/101_cocsep_selfsim')
-rw-r--r--test/101_cocsep_selfsim/cocsep_selfsim_tests.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/101_cocsep_selfsim/cocsep_selfsim_tests.c b/test/101_cocsep_selfsim/cocsep_selfsim_tests.c
index 195f9ba..9d9a8b2 100644
--- a/test/101_cocsep_selfsim/cocsep_selfsim_tests.c
+++ b/test/101_cocsep_selfsim/cocsep_selfsim_tests.c
@@ -12,7 +12,7 @@
12size_t gendata_cocsep(void *, uint64_t *, cube_t *); 12size_t gendata_cocsep(void *, uint64_t *, cube_t *);
13int64_t coord_cocsep(cube_t); 13int64_t coord_cocsep(cube_t);
14 14
15int main(void) { 15void run(void) {
16 char str[STRLENMAX]; 16 char str[STRLENMAX];
17 uint32_t buf[300000], data; 17 uint32_t buf[300000], data;
18 int64_t coord, coclass; 18 int64_t coord, coclass;
@@ -35,6 +35,4 @@ int main(void) {
35 } 35 }
36 printf("\n"); 36 printf("\n");
37 } 37 }
38
39 return 0;
40} 38}

Generated with cgit - Back to sebastiano.tronto.net