Merge 'master' branch into 'V9_dev' branch.

This commit is contained in:
rnv 2018-01-17 16:12:09 +03:00
commit 5480878f58
2 changed files with 2 additions and 2 deletions

View File

@ -3960,7 +3960,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