typo-fix by Kunda
http://www.salome-platform.org/forum/forum_10/195000978
This commit is contained in:
parent
34f646e465
commit
a7157bee2e
@ -3966,7 +3966,7 @@ NETGENPlugin_Internals::NETGENPlugin_Internals( SMESH_Mesh& mesh,
|
|||||||
{
|
{
|
||||||
_intShapes.insert( meshDS->ShapeToIndex( f.Current() ));
|
_intShapes.insert( meshDS->ShapeToIndex( f.Current() ));
|
||||||
|
|
||||||
// egdes
|
// edges
|
||||||
list< TopoDS_Shape > edges;
|
list< TopoDS_Shape > edges;
|
||||||
for ( e.Init( f.Current(), TopAbs_EDGE ); e.More(); e.Next())
|
for ( e.Init( f.Current(), TopAbs_EDGE ); e.More(); e.Next())
|
||||||
if ( SMESH_MesherHelper::NbAncestors( e.Current(), mesh, TopAbs_FACE ) > 1 )
|
if ( SMESH_MesherHelper::NbAncestors( e.Current(), mesh, TopAbs_FACE ) > 1 )
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// 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
|
// File : NETGENPlugin.cxx
|
||||||
// Author : Julia DOROVSKIKH
|
// Author : Julia DOROVSKIKH
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
Loading…
Reference in New Issue
Block a user