From e21b149dec334d939b24e3da7e368cb39e559a41 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 22 Jan 2014 14:18:35 +0000 Subject: [PATCH] Suppress of in sources. --- src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx index 869c837ce..f63fb7a20 100644 --- a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx +++ b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.cxx @@ -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); -- 2.39.2