X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e1979645df94f4aee04980ca483fdf8ec3c0011..14d6c9ebb53a01a4c0b36b625aed60518d13fe2e:/examples/gras/tokenS/tokenS.c diff --git a/examples/gras/tokenS/tokenS.c b/examples/gras/tokenS/tokenS.c index 735c23674e..d22444cfc9 100644 --- a/examples/gras/tokenS/tokenS.c +++ b/examples/gras/tokenS/tokenS.c @@ -54,7 +54,7 @@ static int node_cb_stoken_handler(gras_socket_t expeditor, int supersteps = 1; if (NBLOOPS >= 1000) { supersteps = 100; - } else if (NBLOOPS > 100) { + } else if (NBLOOPS >= 100) { supersteps = 10; } if (globals->create && (! (globals->remaining_loop % supersteps))) {