X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc63affbc36e8281fcf1cf987223fe44df3f083a..f512dd4db06628537e631d87f7c72b417a0a4adf:/src/kernel/routing/AsVivaldi.hpp diff --git a/src/kernel/routing/AsVivaldi.hpp b/src/kernel/routing/AsVivaldi.hpp index 5b7f684b61..7e702d828b 100644 --- a/src/kernel/routing/AsVivaldi.hpp +++ b/src/kernel/routing/AsVivaldi.hpp @@ -27,7 +27,7 @@ public: explicit Coords(NetCard* host, const char* str); virtual ~Coords(); - xbt_dynar_t coords; + std::vector coords; }; } }