diff options
Diffstat (limited to 'src/solvers/h48/gendata_cocsep.h')
| -rw-r--r-- | src/solvers/h48/gendata_cocsep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/h48/gendata_cocsep.h b/src/solvers/h48/gendata_cocsep.h index f07b71a..2eac383 100644 --- a/src/solvers/h48/gendata_cocsep.h +++ b/src/solvers/h48/gendata_cocsep.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | STATIC size_t gendata_cocsep(char *, uint64_t *, cube_t *); | 1 | STATIC size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); |
| 2 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t [static 1]); | 2 | STATIC uint32_t gendata_cocsep_dfs(cocsep_dfs_arg_t [static 1]); |
| 3 | STATIC void getdistribution_cocsep( | 3 | STATIC void getdistribution_cocsep( |
| 4 | const uint32_t [static COCSEP_TABLESIZE], uint64_t [static 21]); | 4 | const uint32_t [static COCSEP_TABLESIZE], uint64_t [static 21]); |
| @@ -13,7 +13,7 @@ STATIC_INLINE int8_t get_h48_cdata( | |||
| 13 | 13 | ||
| 14 | STATIC size_t | 14 | STATIC size_t |
| 15 | gendata_cocsep( | 15 | gendata_cocsep( |
| 16 | char *buf, | 16 | unsigned char *buf, |
| 17 | uint64_t *selfsim, | 17 | uint64_t *selfsim, |
| 18 | cube_t *rep | 18 | cube_t *rep |
| 19 | ) | 19 | ) |
