Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Wrap (xbt_main_func_t, argc, argv) in a std::function everywhere
[simgrid.git] / src / surf / AsClusterFatTree.hpp
index cb3ac24..130066b 100644 (file)
@@ -118,7 +118,7 @@ public:
    * tree is generated by calling generateLabels(), generateSwitches() and 
    * then connection all nodes between them, using their label.
    */
-  virtual void create_links();
+  void seal() override;
   /** \brief Read the parameters in topo_parameters field.
    *
    * It will also store the cluster for future use.