diff options
Diffstat (limited to 'src/solvers/h48/checkdata.h')
| -rw-r--r-- | src/solvers/h48/checkdata.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/solvers/h48/checkdata.h b/src/solvers/h48/checkdata.h index 7aa18aa..948ac67 100644 --- a/src/solvers/h48/checkdata.h +++ b/src/solvers/h48/checkdata.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | STATIC long long checkdata_h48( | 1 | STATIC long long checkdata_h48( |
| 2 | const char *, unsigned long long, const unsigned char *); | 2 | const char *, unsigned long long, const unsigned char *); |
| 3 | 3 | ||
| 4 | /* TODO: Currently unused, re-introduce check on cocsep table */ | ||
| 5 | uint64_t expected_cocsep[21] = { | 4 | uint64_t expected_cocsep[21] = { |
| 6 | [0] = 1, | 5 | [0] = 1, |
| 7 | [1] = 6, | 6 | [1] = 6, |
| @@ -130,6 +129,10 @@ struct { | |||
| 130 | }; | 129 | }; |
| 131 | 130 | ||
| 132 | /* | 131 | /* |
| 132 | TODO: add check for cocsep table. | ||
| 133 | |||
| 134 | TODO: add check for fallback values at the end of each line. | ||
| 135 | |||
| 133 | TODO: this function can be simplified, now we support only one h48 table + | 136 | TODO: this function can be simplified, now we support only one h48 table + |
| 134 | eoesep. The loop can be just two checks. | 137 | eoesep. The loop can be just two checks. |
| 135 | */ | 138 | */ |
