From 32829274c4600b3c7d958338882c1b08e8845c39 Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Thu, 27 Jul 2006 12:28:41 +0000 Subject: [PATCH] vector adapter example updated to be used with brz algorithm --- examples/vector_adapter_ex1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/vector_adapter_ex1.c b/examples/vector_adapter_ex1.c index 962b586..f25ceef 100755 --- a/examples/vector_adapter_ex1.c +++ b/examples/vector_adapter_ex1.c @@ -14,7 +14,6 @@ int main(int argc, char **argv) //Create minimal perfect hash function using the default (chm) algorithm. cmph_config_t *config = cmph_config_new(source); - cmph_config_set_graphsize(config, 1.0); // this is not required, just to get a smaller function cmph_config_set_algo(config, CMPH_BRZ); cmph_config_set_mphf_fd(config, mphf_fd); cmph_t *hash = cmph_new(config);