FCH algorithm added but not tested...

This commit is contained in:
fc_botelho
2006-08-03 18:27:16 +00:00
parent 6bc95ace44
commit 79099c26b8
7 changed files with 691 additions and 1 deletions

View File

@@ -468,6 +468,7 @@ int bmz_dump(cmph_t *mphf, FILE *fd)
fwrite(data->g, sizeof(cmph_uint32)*(data->n), 1, fd);
#ifdef DEBUG
cmph_uint32 i;
fprintf(stderr, "G: ");
for (i = 0; i < data->n; ++i) fprintf(stderr, "%u ", data->g[i]);
fprintf(stderr, "\n");