X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e68a0e85aa6b762d75dec4623dc922fa3073e7d..30cac4e5c6996acf95284c98b9f27f375d2c634e:/src/surf/sg_platf.cpp diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index c675e25805..036b9ca4a7 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -237,12 +237,9 @@ void sg_platf_new_link(sg_platf_link_cbarg_t link){ void sg_platf_new_cluster(sg_platf_cluster_cbarg_t cluster) { using simgrid::routing::AsCluster; - using simgrid::routing::AsClusterTorus; - using simgrid::routing::AsClusterFatTree; - using simgrid::routing::AsCluster; - using simgrid::routing::AsClusterTorus; using simgrid::routing::AsClusterDragonfly; using simgrid::routing::AsClusterFatTree; + using simgrid::routing::AsClusterTorus; int rankId=0;