http://www.salome-platform.org/forum/forum_10/
195000978
{
_intShapes.insert( meshDS->ShapeToIndex( f.Current() ));
- // egdes
+ // edges
list< TopoDS_Shape > edges;
for ( e.Init( f.Current(), TopAbs_EDGE ); e.More(); e.Next())
if ( SMESH_MesherHelper::NbAncestors( e.Current(), mesh, TopAbs_FACE ) > 1 )
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-// SMESH NETGENPlugin : implementaion of SMESH idl descriptions
+// SMESH NETGENPlugin : implementation of SMESH idl descriptions
// File : NETGENPlugin.cxx
// Author : Julia DOROVSKIKH
// Module : SMESH