Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix color for MPI operations to correctly follow color specification
[simgrid.git] / src / instr / instr_smpi.c
index cd30016..b794d02 100644 (file)
@@ -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,
 };