diff options
Diffstat (limited to 'test/101_cocsep_selfsim')
| -rw-r--r-- | test/101_cocsep_selfsim/cocsep_selfsim_tests.c | 4 |
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 @@ | |||
| 12 | size_t gendata_cocsep(void *, uint64_t *, cube_t *); | 12 | size_t gendata_cocsep(void *, uint64_t *, cube_t *); |
| 13 | int64_t coord_cocsep(cube_t); | 13 | int64_t coord_cocsep(cube_t); |
| 14 | 14 | ||
| 15 | int main(void) { | 15 | void 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 | } |
