X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..7ea13a508781359049cc52ad576ba66b2c320721:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 1db1686e66..5e47cf9598 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -316,7 +316,6 @@ double *xbt_graph_get_length_matrix(xbt_graph_t g) } xbt_dynar_foreach(g->nodes, cursor, node) { - in_cursor = 0; D(cursor, cursor) = 0; xbt_dynar_foreach(node->out, in_cursor, edge) {