Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adapt to lastest dict API update
[simgrid.git] / src / surf / surfxml_parse.c
index 8e85a23..76ee1b5 100644 (file)
@@ -494,7 +494,7 @@ void init_data(void)
 {
   xbt_dict_free(&route_table);
   xbt_dynar_free(&route_link_list);
-  route_table = xbt_dict_new_ext(202400);
+  route_table = xbt_dict_new();
 
   route_multi_table = xbt_dict_new();
   route_multi_elements = xbt_dynar_new(sizeof(char*), NULL);