Salome HOME
Make the VTKReader more flexible.
[modules/med.git] / src / ParaMEDMEMComponent / ParaMEDMEMComponent_i.cxx
index 869c837cef42b196a2572d8a014582de635fd294..1f3414e3fd41088bfd5362885652f62a443642b4 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -449,9 +449,9 @@ void ParaMEDMEMComponent_i::_initializeCoupling(SALOME_MED::MPIMEDCouplingFieldD
         st->compo = compo._retn();
         st->coupling = coupling;
         st->ior = lcompo;
-       
+        
         pthread_create(&(th[0]),NULL,th_initializecouplingdist,(void*)st);
-         
+        
         //initializing the coupling on the local object
         initializeCoupling (coupling.c_str(), rcompo.c_str());
         pthread_join (th[0], &ret_th);