From 7139a4b9c5bef19fa62e28ad990e4cefe76414e6 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 30 Mar 2006 19:57:44 +0000 Subject: [PATCH] use the right function name... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2019 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/xbt/graphxml_usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index e19d8eead4..d55ce07be7 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -45,7 +45,7 @@ void test(char *graph_file) double *adj = xbt_graph_get_length_matrix(graph); - graph_export_graphxml(graph, "testgraph.xml", NULL, NULL, NULL, NULL); + xbt_graph_export_graphxml(graph, "testgraph.xml", NULL, NULL, NULL, NULL); xbt_graph_export_graphviz(graph, "graph.dot", node_name, NULL); for (i = 0; i < n; i++) { -- 2.20.1