X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eda8761162ea40271daf72d84c25b8c030f510e9..fe635536c45ee6f1475520ef1eeb3823e6859909:/src/smpi/smpi_topo.cpp?ds=sidebyside diff --git a/src/smpi/smpi_topo.cpp b/src/smpi/smpi_topo.cpp index 143efe0996..44a111bed2 100644 --- a/src/smpi/smpi_topo.cpp +++ b/src/smpi/smpi_topo.cpp @@ -258,7 +258,7 @@ int Topo_Cart::dim_get(int *ndims) { /* * This is a utility function, no need to have anything in the lower layer for this at all */ -int Dims_create(int nnodes, int ndims, int dims[]) +int Topo_Cart::Dims_create(int nnodes, int ndims, int dims[]) { /* Get # of free-to-be-assigned processes and # of free dimensions */ int freeprocs = nnodes;