typo-fix by Kunda

http://www.salome-platform.org/forum/forum_10/195000978
This commit is contained in:
eap 2018-01-09 13:28:08 +03:00
parent 34f646e465
commit a7157bee2e
2 changed files with 2 additions and 2 deletions

View File

@ -3966,7 +3966,7 @@ NETGENPlugin_Internals::NETGENPlugin_Internals( SMESH_Mesh& mesh,
{
_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 )

View File

@ -20,7 +20,7 @@
// 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