Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an empty file
[simgrid.git] / src / smpi / smpi_comm.cpp
index 213a822..39e5132 100644 (file)
@@ -79,7 +79,7 @@ int Comm::dup(MPI_Comm* newcomm){
   (*newcomm) = new  Comm(cp, this->topo());
   int ret = MPI_SUCCESS;
 
-  if(!attributes()->empty()){
+  if (not attributes()->empty()) {
     int flag;
     void* value_out;
     for(auto it : *attributes()){