]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/scatter/scatter-ompi.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove (void) in C++
[simgrid.git] / src / smpi / colls / scatter / scatter-ompi.cpp
index 96403693a898473504c2f5ef707d7a7d8a2c2618..9fc81d4da67121f886aec0b4c16e58ed169bcf8b 100644 (file)
@@ -159,7 +159,7 @@ Coll_scatter_ompi_binomial::scatter(void *sbuf, int scount,
 
     if (NULL != tempbuf)
       smpi_free_tmp_buffer(tempbuf);
-    //!FIXME : store the tree, as done in ompi, instead of calculating it each time ?
+    // not FIXME : store the tree, as done in ompi, instead of calculating it each time ?
     xbt_free(bmtree);
 
     return MPI_SUCCESS;