]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Merge from BR_V5_DEV 17Feb09
authorvsr <vsr@opencascade.com>
Tue, 17 Feb 2009 11:48:25 +0000 (11:48 +0000)
committervsr <vsr@opencascade.com>
Tue, 17 Feb 2009 11:48:25 +0000 (11:48 +0000)
src/ParaMEDMEM/MPIProcessorGroup.cxx
src/ParaMEDMEM/Makefile.am

index fc3f0188a949c5c4022fa190fbbd87fc744573ce..8fb3208d2e4720c61bbb37d8113edd1cdecf7df8 100644 (file)
@@ -210,7 +210,7 @@ namespace ParaMEDMEM
       {
         procs.insert(*iter);
       }
-    return new MPIProcessorGroup(_comm_interface,procs);
+    return new MPIProcessorGroup(_comm_interface,procs, _world_comm);
   }
   /*!
     @}
@@ -221,7 +221,7 @@ namespace ParaMEDMEM
     for (set<int>::const_iterator iter=_proc_ids.begin(); iter!= _proc_ids.end(); iter++)
       procs.insert(*iter);
   
-    return new MPIProcessorGroup(_comm_interface, procs);
+    return new MPIProcessorGroup(_comm_interface, procs, _world_comm);
 
   }
 }
index e68d1f557b71c3f755165ad1271a3a74347749ef..cbf11435ac2f423b970d113dbc8a42b12b6eabbf 100644 (file)
@@ -40,6 +40,7 @@ ComponentTopology.hxx\
 ExplicitTopology.hxx\
 ParaFIELD.hxx\
 DEC.hxx\
+DECOptions.hxx\
 MxN_Mapping.hxx\
 StructuredCoincidentDEC.hxx\
 InterpolationMatrix.hxx\