X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6342086f2782714746b430af3bf67952b789f5b7..34cab90599e2c8583d07c9fb77e37e7c46e04f7e:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 61b83645f5..50eee15c2d 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -579,8 +579,8 @@ static void __parse_node(void) if (__parse_node_label_and_data) node->data = __parse_node_label_and_data(node, A_graphxml_node_label, A_graphxml_node_data); - node->position_x = xbt_graph_parse_get_double(A_graphxml_node_position_x); - node->position_y = xbt_graph_parse_get_double(A_graphxml_node_position_y); + node->position_x = xbt_graph_parse_get_double(A_graphxml_node_position___x); + node->position_y = xbt_graph_parse_get_double(A_graphxml_node_position___y); xbt_dict_set(parsed_nodes, A_graphxml_node_name, (void *) node, NULL); }