Salome HOME
Memory leak fix on DisjointDEC. union_comm was not freed properly.
[modules/med.git] / src / ParaMEDMEMTest / ParaMEDMEMTest_ICoco.cxx
index a4624005ddf5f1df505d98397dfe6badd4734b9b..f46c7674982d18c85e6a67934c321aefa68720c5 100644 (file)
@@ -102,7 +102,7 @@ void ParaMEDMEMTest::testICoco1()
   MPI_Comm_size(MPI_COMM_WORLD,&size);
   MPI_Comm_rank(MPI_COMM_WORLD,&rank);
 
-  //the test is meant to run on five processors
+  //the test is meant to run on 2 processors
   if (size !=2) return ;
   
   CommInterface comm;