From: ageay Date: Thu, 4 Jul 2013 08:16:58 +0000 (+0000) Subject: debug (merged back to V6_7_BR) X-Git-Tag: B4CMakeModifs~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f56913bc629f2f44044418ec06729ea3045ceb3;p=modules%2Fmed.git debug (merged back to V6_7_BR) --- diff --git a/src/MEDLoader/MEDFileField.cxx b/src/MEDLoader/MEDFileField.cxx index e186f667d..a87f8a9ce 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -2430,7 +2430,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())