]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
As::bypassRoutes_ does not need to be a reference
[simgrid.git] / src / surf / surf_routing.hpp
index c64d677cb2b481e0c03907c7d7fd30cdcd3fb75d..dd4ef9d62ffa85c9719ac4e577b68c7b9bc58700 100644 (file)
@@ -73,7 +73,7 @@ public:
 
 private:
   bool sealed_ = false; // We cannot add more content when sealed
-  std::map<std::string, std::vector<Link*>*> *bypassRoutes_ = nullptr;
+  std::map<std::string, std::vector<Link*>*> bypassRoutes_;
 
 public:
   /**