From: eap Date: Fri, 18 Nov 2011 14:58:58 +0000 (+0000) Subject: cosmetic changes X-Git-Tag: V6_4_0rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=446f06b504a8fbc6d4716a71417aaf33e1186ed9;p=plugins%2Fnetgenplugin.git cosmetic changes --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index d604307..a32fc1d 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -614,9 +614,8 @@ bool NETGENPlugin_Mesher::fillNgMesh(const netgen::OCCGeometry& occgeom, const list< SMESH_subMesh* > & meshedSM) { TNode2IdMap nodeNgIdMap; - if ( !nodeVec.empty() ) - for ( int i = 1; i < nodeVec.size(); ++i ) - nodeNgIdMap.insert( make_pair( nodeVec[i], i )); + for ( int i = 1; i < nodeVec.size(); ++i ) + nodeNgIdMap.insert( make_pair( nodeVec[i], i )); TopTools_MapOfShape visitedShapes; map< SMESH_subMesh*, set< int > > visitedEdgeSM2Faces; @@ -882,7 +881,7 @@ bool NETGENPlugin_Mesher::fillNgMesh(const netgen::OCCGeometry& occgeom, case TopAbs_VERTEX: { // VERTEX // -------------------------- - // issue 21405. Add node only if a VERTEX is shared by a not meshed EDGE, + // issue 0021405. Add node only if a VERTEX is shared by a not meshed EDGE, // else netgen removes a free node and nodeVector becomes invalid PShapeIteratorPtr ansIt = helper.GetAncestors( sm->GetSubShape(), *sm->GetFather(),