X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FMxN_Mapping.cxx;h=a6a0bcba30ad9e5227545f23670d9ceafbd4b2c2;hb=0b187729ac99d3e9e9bb9d2be8cb8600a783be6c;hp=8bc6a128903b3ddd04c876861bec6913cb9bc8d7;hpb=8763c12d01e33d6845dd53be65b001514d00bd42;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/MxN_Mapping.cxx b/src/ParaMEDMEM/MxN_Mapping.cxx index 8bc6a1289..a6a0bcba3 100644 --- a/src/ParaMEDMEM/MxN_Mapping.cxx +++ b/src/ParaMEDMEM/MxN_Mapping.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -27,13 +27,11 @@ using namespace std; namespace ParaMEDMEM { - MxN_Mapping::MxN_Mapping() - { - } - MxN_Mapping::MxN_Mapping(const ProcessorGroup& source_group, const ProcessorGroup& target_group,const DECOptions& dec_options) - : DECOptions(dec_options),_union_group(source_group.fuse(target_group)) + : DECOptions(dec_options), + _union_group(source_group.fuse(target_group)), + _nb_comps(0), _sending_ids(), _recv_ids() { _access_DEC = new MPIAccessDEC(source_group,target_group,getAsynchronous()); _access_DEC->setTimeInterpolator(getTimeInterpolationMethod());