Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use boost instead of xbt in Vivaldi
[simgrid.git] / src / kernel / routing / AsVivaldi.hpp
index 5b7f684..7e702d8 100644 (file)
@@ -27,7 +27,7 @@ public:
   explicit Coords(NetCard* host, const char* str);
   virtual ~Coords();
 
   explicit Coords(NetCard* host, const char* str);
   virtual ~Coords();
 
-  xbt_dynar_t coords;
+  std::vector<double> coords;
 };
 }
 }
 };
 }
 }