From: ageay Date: Wed, 22 Jan 2014 14:18:35 +0000 (+0000) Subject: Suppress of in sources. X-Git-Tag: V7_3_1b1^2~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e21b149dec334d939b24e3da7e368cb39e559a41;p=modules%2Fmed.git Suppress of in sources. --- 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);