More fixes for C++ compilation proposed by Steffan Webb.
This commit is contained in:
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
|
||||
cmph_config_set_mphf_fd(config, mphf_fd);
|
||||
cmph_config_set_memory_availability(config, memory_availability);
|
||||
cmph_config_set_b(config, b);
|
||||
if(mph_algo == CMPH_BMZ && c >= 2.0) c=1.15;
|
||||
if((mph_algo == CMPH_BMZ || mph_algo == CMPH_BRZ) && c >= 2.0) c=1.15;
|
||||
if (c != 0) cmph_config_set_graphsize(config, c);
|
||||
mphf = cmph_new(config);
|
||||
cmph_config_destroy(config);
|
||||
|
||||
Reference in New Issue
Block a user