]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Mon, 16 Mar 2009 09:25:40 +0000 (09:25 +0000)
committerageay <ageay>
Mon, 16 Mar 2009 09:25:40 +0000 (09:25 +0000)
src/ParaMEDMEM/BlockTopology.cxx

index e769260cd4a9a1833438f608c4c1abbe23c43ba3..e2157cf6b541e7e4352c4447867da4bcf6cbfce2 100644 (file)
@@ -215,8 +215,8 @@ namespace ParaMEDMEM
     const MPIProcessorGroup* mpi_group=dynamic_cast<const MPIProcessorGroup*>(_proc_group);
     const MPI_Comm* comm=mpi_group->getComm();
     int nbtemp=nb_elem;
-    mpi_group->getCommInterface().allGather(&nbtemp, 1, MPI_INTEGER
-                                            nbelems_per_proc, 1, MPI_INTEGER
+    mpi_group->getCommInterface().allGather(&nbtemp, 1, MPI_INT, 
+                                            nbelems_per_proc, 1, MPI_INT, 
                                             *comm);
     _nb_elems=0;