Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix cxx flag for win build
[simgrid.git] / src / surf / surf_routing_none.hpp
index 7a56e25..7cc02f3 100644 (file)
@@ -7,11 +7,11 @@ class AsNone : public As {
 public:
   AsNone();
   ~AsNone();
+
   void getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t into, double *latency);
   xbt_dynar_t getOneLinkRoutes();
   void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges);
   sg_platf_route_cbarg_t getBypassRoute(RoutingEdgePtr src, RoutingEdgePtr dst, double *lat);
-  void finalize();
 
   /* The parser calls the following functions to inform the routing models
    * that a new element is added to the AS currently built.