]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
corrections after merge
authorisn <isn@opencascade.com>
Fri, 13 Nov 2015 12:38:34 +0000 (15:38 +0300)
committerisn <isn@opencascade.com>
Fri, 13 Nov 2015 12:38:34 +0000 (15:38 +0300)
src/HYDROData/HYDROData_LandCoverMap.cxx

index 853d543cf0f5dfcaabfdb48384eb49e1e7870ddf..eac018b88241b5cedd0415276f56f686811a740b 100644 (file)
@@ -349,7 +349,7 @@ bool HYDROData_LandCoverMap::ExportTelemac( const QString& theFileName, Standard
 {
   TopoDS_Shape aLandCoverMapShape = GetShape();
   TopTools_ListOfShape aListOfFaces;
-  Iterator anIt( *this );
+  Explorer anIt( *this );
   QMap<Handle(TopoDS_TShape), QString> aTypesMap;
   for( ; anIt.More(); anIt.Next() )
   {