From: ageay Date: Thu, 4 Jul 2013 08:16:12 +0000 (+0000) Subject: Bug detected in V7_main X-Git-Tag: V6_7_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fad6862950c61b9df8b2c79350f21907be43fcad;p=tools%2Fmedcoupling.git Bug detected in V7_main --- diff --git a/src/MEDLoader/MEDFileField.cxx b/src/MEDLoader/MEDFileField.cxx index c180c887f..895244166 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -2397,7 +2397,7 @@ void MEDFileFieldGlobs::appendGlobs(const MEDFileFieldGlobs& other, double eps) } } std::vector locs=getLocs(); - for(std::vector< MEDCouplingAutoRefCountObjectPtr >::const_iterator it=_locs.begin();it!=_locs.end();it++) + for(std::vector< MEDCouplingAutoRefCountObjectPtr >::const_iterator it=other._locs.begin();it!=other._locs.end();it++) { std::vector::iterator it2=std::find(locs.begin(),locs.end(),(*it)->getName()); if(it2==locs.end())