X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bc50b7468e8ccac4960de9608fa76784549e992..aa3426ffe35e9f09e17b5f09ee1264263b0a61b4:/src/kernel/routing/AsClusterTorus.cpp diff --git a/src/kernel/routing/AsClusterTorus.cpp b/src/kernel/routing/AsClusterTorus.cpp index d38511f0a8..23c66c2f69 100644 --- a/src/kernel/routing/AsClusterTorus.cpp +++ b/src/kernel/routing/AsClusterTorus.cpp @@ -27,8 +27,8 @@ inline unsigned int *rankId_to_coords(int rankId, xbt_dynar_t dimensions) namespace simgrid { namespace kernel { namespace routing { - AsClusterTorus::AsClusterTorus(const char*name) - : AsCluster(name) { + AsClusterTorus::AsClusterTorus(As* father, const char* name) : AsCluster(father, name) + { } AsClusterTorus::~AsClusterTorus() { xbt_dynar_free(&dimensions_);