Algorithm BRZ included

This commit is contained in:
fc_botelho
2005-07-27 21:13:02 +00:00
parent 9a12ab1456
commit 2948f675d5
10 changed files with 508 additions and 19 deletions

View File

@@ -124,7 +124,7 @@ cmph_t *chm_new(cmph_config_t *mph, float c)
mphf = (cmph_t *)malloc(sizeof(cmph_t));
mphf->algo = mph->algo;
chmf = (chm_data_t *)malloc(sizeof(chm_config_data_t));
chmf = (chm_data_t *)malloc(sizeof(chm_data_t));
chmf->g = chm->g;
chm->g = NULL; //transfer memory ownership
chmf->hashes = chm->hashes;