Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed a bug in add_route in all models + dict uses DJB2 hash func now + modified...
[simgrid.git] / src / xbt / dict.c
index 1c926c4..52e22b9 100644 (file)
@@ -7,7 +7,7 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-//#define DJB2_HASH_FUNCTION
+#define DJB2_HASH_FUNCTION
 //#define FNV_HASH_FUNCTION
 
 #include <string.h>