Salome HOME
cosmetic changes
authoreap <eap@opencascade.com>
Fri, 18 Nov 2011 14:58:58 +0000 (14:58 +0000)
committereap <eap@opencascade.com>
Fri, 18 Nov 2011 14:58:58 +0000 (14:58 +0000)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index d604307b77c143231f3fc60603e4b8d2b0040abb..a32fc1d2de952513b8054b723650062643766615 100644 (file)
@@ -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(),