]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
typo-fix by Kunda
authoreap <eap@opencascade.com>
Tue, 9 Jan 2018 10:28:08 +0000 (13:28 +0300)
committereap <eap@opencascade.com>
Tue, 9 Jan 2018 10:28:08 +0000 (13:28 +0300)
http://www.salome-platform.org/forum/forum_10/195000978

src/NETGENPlugin/NETGENPlugin_Mesher.cxx
src/NETGENPlugin/NETGENPlugin_i.cxx

index 6d585e057f8e7d490089e7a7488087d7e74558da..2902e0cf1a1ddb6f6cc1528c35e47fe6ee6b7429 100644 (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 )
index a74e6330b2b703e8217a3e134f9f3eb05d6ac88e..432e914a978f61801aa669f4dfe3e39944679e48 100644 (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