Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: remove unused parameter
[simgrid.git] / src / kernel / routing / DragonflyZone.hpp
index 6feea64578a8957a4221f9cc47a8a64b0900b859..fd63be55e4abd634666bcf35a9490d30143666d7 100644 (file)
@@ -72,7 +72,7 @@ public:
 
 private:
   void rankId_to_coords(int rankId, unsigned int (*coords)[4]);
-  ClusterCreationArgs* cluster_;
+  ClusterCreationArgs* cluster_     = nullptr;
   unsigned int numNodesPerBlade_    = 0;
   unsigned int numBladesPerChassis_ = 0;
   unsigned int numChassisPerGroup_  = 0;