X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8593c6dc8bdf1408a32cbae25fe1d9855debdbb..ec14673a153cd09717e81a88458258b2c69c79a2:/src/surf/gtnets/gtnets_simulator.cc diff --git a/src/surf/gtnets/gtnets_simulator.cc b/src/surf/gtnets/gtnets_simulator.cc index e915aa65f6..dafa66844e 100644 --- a/src/surf/gtnets/gtnets_simulator.cc +++ b/src/surf/gtnets/gtnets_simulator.cc @@ -157,6 +157,10 @@ void GTSim::create_gtnets_topology(){ node_connect(); } +void GTSim::print_topology(){ + topo_->print_topology(); +} + // Add a route that includes more than one hop. All one hop // routes must have been added. When this function is called // for the first time, all gtnets nodes are generated.