]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
debug (merged back to V6_7_BR)
authorageay <ageay>
Thu, 4 Jul 2013 08:16:58 +0000 (08:16 +0000)
committerageay <ageay>
Thu, 4 Jul 2013 08:16:58 +0000 (08:16 +0000)
src/MEDLoader/MEDFileField.cxx

index e186f667d7a30a93a58e8e2428bf3aedd4b437eb..a87f8a9ce6dd177eb5265dc38f40c6d856f0f0bb 100644 (file)
@@ -2430,7 +2430,7 @@ void MEDFileFieldGlobs::appendGlobs(const MEDFileFieldGlobs& other, double eps)
         }
     }
   std::vector<std::string> locs=getLocs();
-  for(std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldLoc> >::const_iterator it=_locs.begin();it!=_locs.end();it++)
+  for(std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldLoc> >::const_iterator it=other._locs.begin();it!=other._locs.end();it++)
     {
       std::vector<std::string>::iterator it2=std::find(locs.begin(),locs.end(),(*it)->getName());
       if(it2==locs.end())