FCH algorithm added but not tested...

This commit is contained in:
fc_botelho
2006-08-03 20:00:11 +00:00
parent 79099c26b8
commit 8c7e3e8e9a
5 changed files with 44 additions and 55 deletions

View File

@@ -61,7 +61,7 @@ int main(int argc, char **argv)
cmph_uint32 nhashes = 0;
cmph_uint32 i;
CMPH_ALGO mph_algo = CMPH_CHM;
float c = 2.09;
float c = 0;
cmph_config_t *config = NULL;
cmph_t *mphf = NULL;
char * tmp_dir = NULL;