From: Anthony Geay Date: Tue, 23 Jan 2018 07:42:57 +0000 (+0100) Subject: Bug in Structure elements with profile X-Git-Tag: V9_0_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=181e978b368b78d20572291f6c3a6f45b1d7afe4;p=tools%2Fmedcoupling.git Bug in Structure elements with profile --- diff --git a/src/MEDLoader/MEDFileBlowStrEltUp.cxx b/src/MEDLoader/MEDFileBlowStrEltUp.cxx index 60ce09bba..793c93525 100644 --- a/src/MEDLoader/MEDFileBlowStrEltUp.cxx +++ b/src/MEDLoader/MEDFileBlowStrEltUp.cxx @@ -467,7 +467,6 @@ MCAuto LocInfo::BuildMeshFromEpaisseur(INTERP_KERNEL::Normalize if(!pfl.empty()) { const DataArrayInt *pflArr(globs->getProfile(pfl)); - geoMesh=geoMesh->buildPartOfMySelf(pflArr->begin(),pflArr->end(),true); zeThikness=thikness->selectByTupleIdSafe(pflArr->begin(),pflArr->end()); } else