aboutsummaryrefslogtreecommitdiff
path: root/test/101_cocsep_selfsim
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-17 17:39:30 +0200
commite986713657bc5f9880e91ed49dd9b0d0227f048d (patch)
tree908d371e60546795c4ca1f9a3b67571b964203c5 /test/101_cocsep_selfsim
parent02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (diff)
downloadnissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.tar.gz
nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.zip
Use callback function to log to stderr
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