From: schnorr Date: Mon, 20 Aug 2012 13:30:14 +0000 (+0200) Subject: [trace] fix color for MPI operations to correctly follow color specification X-Git-Tag: v3_9_rc1~86^2~237^2~22 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b4e868b61f6be7ba4c72944de96270fc9d01f4a7 [trace] fix color for MPI operations to correctly follow color specification details: http://paje.sourceforge.net/download/publication/lang-paje.pdf --- diff --git a/src/instr/instr_smpi.c b/src/instr/instr_smpi.c index cd30016f02..b794d02436 100644 --- a/src/instr/instr_smpi.c +++ b/src/instr/instr_smpi.c @@ -41,7 +41,6 @@ static const char *smpi_colors[] ={ "scatterv", "0.52 0 0.52", "scatter", "1 0.74 0.54", "computing", "0 1 1", - NULL, NULL, };