From: vsr Date: Tue, 17 Feb 2009 11:48:25 +0000 (+0000) Subject: Merge from BR_V5_DEV 17Feb09 X-Git-Tag: V5_1_main_FINAL~437 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cac2ad983256811d908c7e9c5280158f87c9d31a;p=tools%2Fmedcoupling.git Merge from BR_V5_DEV 17Feb09 --- diff --git a/src/ParaMEDMEM/MPIProcessorGroup.cxx b/src/ParaMEDMEM/MPIProcessorGroup.cxx index fc3f0188a..8fb3208d2 100644 --- a/src/ParaMEDMEM/MPIProcessorGroup.cxx +++ b/src/ParaMEDMEM/MPIProcessorGroup.cxx @@ -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::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); } } diff --git a/src/ParaMEDMEM/Makefile.am b/src/ParaMEDMEM/Makefile.am index e68d1f557..cbf11435a 100644 --- a/src/ParaMEDMEM/Makefile.am +++ b/src/ParaMEDMEM/Makefile.am @@ -40,6 +40,7 @@ ComponentTopology.hxx\ ExplicitTopology.hxx\ ParaFIELD.hxx\ DEC.hxx\ +DECOptions.hxx\ MxN_Mapping.hxx\ StructuredCoincidentDEC.hxx\ InterpolationMatrix.hxx\