Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISU_I / VISU_CorbaMedConvertor.cxx
index 12f262dfacbd4c21a9c769bf050b4ba8869d78d4..56c39876d4d2fea091de8ace7501fd8a9826bde7 100644 (file)
@@ -1089,7 +1089,7 @@ VISU_MEDConvertor::LoadCellsOnEntity(VISU::PCMesh theMesh,
     }else{
       const TMeshOnEntityImpl::TCellsConn& aCellsConn = theMeshOnEntity->myCellsConn;
       TMeshOnEntityImpl::TCellsConn::const_iterator aCellsConnIter = aCellsConn.begin();
-      for(int anId = 0; aCellsConnIter != aCellsConn.end(); aCellsConnIter++){
+      for(; aCellsConnIter != aCellsConn.end(); aCellsConnIter++){
        int aVGeom = aCellsConnIter->first;
        const TMeshOnEntityImpl::TConnForCellType& aConnForCellType = aCellsConnIter->second;
        TFamilyImpl::TSubMeshOnCellType& aSubMeshOnCellType = aFamily->mySubMesh[aVGeom];