Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny cleanups in the parsing of clusters
[simgrid.git] / src / surf / surf_routing_cluster_fat_tree.hpp
index af8e8ad6912a6c972d63cdd3b13ddeafaee5c492..6d6adcf66801d57c6c2158986b7ebac799066396 100644 (file)
@@ -133,7 +133,7 @@ public:
    *
    * It will also store the cluster for future use.
    */
-  void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster);
+  void parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) override;
   void addProcessingNode(int id);
   void generateDotFile(const std::string& filename = "fatTree.dot") const;