X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b2e59190afe413f53ab9d76e738a2a0c13f48cc..d740a86eb8bb0e5d729e0ad55db7395444dad131:/teshsuite/simdag/platforms/flatifier.c?ds=sidebyside diff --git a/teshsuite/simdag/platforms/flatifier.c b/teshsuite/simdag/platforms/flatifier.c index 1f1c663b11..5695df80f2 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -133,7 +133,7 @@ int main(int argc, char **argv) { xbt_lib_foreach(host_lib, cursor_dst, dst, value) //to host { - printf(" \n " + printf(" \n " ,src ,dst); xbt_dynar_t route=NULL; @@ -151,7 +151,7 @@ int main(int argc, char **argv) xbt_lib_foreach(as_router_lib, cursor_dst, dst, value) //to router { if(routing_get_network_element_type(dst) == SURF_NETWORK_ELEMENT_ROUTER){ - printf(" \n " + printf(" \n " ,src ,dst); xbt_dynar_t route=NULL; @@ -175,7 +175,7 @@ int main(int argc, char **argv) xbt_lib_foreach(as_router_lib, cursor_dst, dst, value) //to router { if(routing_get_network_element_type(dst) == SURF_NETWORK_ELEMENT_ROUTER){ - printf(" \n " + printf(" \n " ,src ,dst); xbt_dynar_t route=NULL; @@ -193,7 +193,7 @@ int main(int argc, char **argv) } xbt_lib_foreach(host_lib, cursor_dst, dst, value) //to host { - printf(" \n " + printf(" \n " ,src, dst); xbt_dynar_t route=NULL; routing_get_route_and_latency(src,dst,&route, NULL);