]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Bug detected in V7_main
authorageay <ageay>
Thu, 4 Jul 2013 08:16:12 +0000 (08:16 +0000)
committerageay <ageay>
Thu, 4 Jul 2013 08:16:12 +0000 (08:16 +0000)
src/MEDLoader/MEDFileField.cxx

index c180c887f87b776c195819da49a3e92260c12b85..895244166f494375f1c102a0348e909b70ee772d 100644 (file)
@@ -2397,7 +2397,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())