]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
authoreap <eap@opencascade.com>
Thu, 16 Dec 2010 16:32:24 +0000 (16:32 +0000)
committereap <eap@opencascade.com>
Thu, 16 Dec 2010 16:32:24 +0000 (16:32 +0000)
  fix SMDS_ElemIteratorPtr GetFaces(const TopoDS_Shape& shape) const

src/StdMeshers/StdMeshers_ProxyMesh.cxx

index 4dc21a5fd8e4f7803eb400325595597c8548a7cd..2d0759e245c37d9bba1c5e4a8a19b8a20332147b 100644 (file)
@@ -222,7 +222,7 @@ SMDS_ElemIteratorPtr StdMeshers_ProxyMesh::GetFaces(const TopoDS_Shape& shape) c
   for ( ; fExp.More(); fExp.Next() )
     if ( const SMESHDS_SubMesh* sm = GetSubMesh( fExp.Current()))
       _subContainer.AddSubMesh( sm );
-  return _subContainer.GetElements();
+  return _subContainer.SMESHDS_SubMesh::GetElements();
 }
 
 //================================================================================