]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Suppress of in sources.
authorageay <ageay>
Wed, 22 Jan 2014 14:18:35 +0000 (14:18 +0000)
committerageay <ageay>
Wed, 22 Jan 2014 14:18:35 +0000 (14:18 +0000)
src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx

index 869c837cef42b196a2572d8a014582de635fd294..f63fb7a2077a03588c3c39c8ebdb59095dd4f298 100644 (file)
@@ -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);