From: suter Date: Thu, 8 May 2014 20:10:02 +0000 (+0200) Subject: forgot a comma ... X-Git-Tag: v3_11~86^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b5397a5e6a4f81e4ca502e25efedebecc3f2cc5a forgot a comma ... --- diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index 6910331990..9064b469b8 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -26,7 +26,7 @@ static const char *smpi_colors[] ={ "wait", "1 1 0", "waitall", "0.78 0.78 0", "waitany", "0.78 0.78 0.58", - "test", "0.52 0.52 0" + "test", "0.52 0.52 0", "allgather", "1 0 0", "allgatherv", "1 0.52 0.52",