diff options
Diffstat (limited to 'src/solvers/coord/gendata.h')
| -rw-r--r-- | src/solvers/coord/gendata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/coord/gendata.h b/src/solvers/coord/gendata.h index b43c56d..7118b08 100644 --- a/src/solvers/coord/gendata.h +++ b/src/solvers/coord/gendata.h | |||
| @@ -57,7 +57,7 @@ gendata_coord(const coord_t coord[static 1], unsigned char *buf) | |||
| 57 | .type = TABLETYPE_SPECIAL, | 57 | .type = TABLETYPE_SPECIAL, |
| 58 | .infosize = INFOSIZE, | 58 | .infosize = INFOSIZE, |
| 59 | .fullsize = INFOSIZE + coord_dsize, | 59 | .fullsize = INFOSIZE + coord_dsize, |
| 60 | .hash = 0, /* TODO */ | 60 | .hash = 0, |
| 61 | .next = INFOSIZE + coord_dsize, | 61 | .next = INFOSIZE + coord_dsize, |
| 62 | 62 | ||
| 63 | /* Unknown / non-applicable values */ | 63 | /* Unknown / non-applicable values */ |
| @@ -105,7 +105,7 @@ genptable_coord( | |||
| 105 | .type = TABLETYPE_PRUNING, | 105 | .type = TABLETYPE_PRUNING, |
| 106 | .infosize = INFOSIZE, | 106 | .infosize = INFOSIZE, |
| 107 | .fullsize = INFOSIZE + tablesize, | 107 | .fullsize = INFOSIZE + tablesize, |
| 108 | .hash = 0, /* TODO */ | 108 | .hash = 0, |
| 109 | .entries = coord->max, | 109 | .entries = coord->max, |
| 110 | .classes = 0, | 110 | .classes = 0, |
| 111 | .bits = 4, | 111 | .bits = 4, |
