X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab92608267358b56adf7a803480fa2ad9608ed1b..f9436b840852218b39dce22d6057b6f223168daa:/src/kernel/routing/TorusZone.cpp diff --git a/src/kernel/routing/TorusZone.cpp b/src/kernel/routing/TorusZone.cpp index de87cefeed..39dab91268 100644 --- a/src/kernel/routing/TorusZone.cpp +++ b/src/kernel/routing/TorusZone.cpp @@ -86,7 +86,7 @@ void TorusZone::parse_specific_arguments(sg_platf_cluster_cbarg_t cluster) std::vector dimensions; boost::split(dimensions, cluster->topo_parameters, boost::is_any_of(",")); - if (!dimensions.empty()) { + if (not dimensions.empty()) { /* We are in a torus cluster * Parse attribute dimensions="dim1,dim2,dim3,...,dimN" and safe it in a vector. * Additionally, we need to know how many ranks we have in total