cosmetic changes

This commit is contained in:
eap 2011-11-18 14:58:58 +00:00
parent 007252325c
commit 446f06b504

View File

@ -614,9 +614,8 @@ bool NETGENPlugin_Mesher::fillNgMesh(const netgen::OCCGeometry& occgeom,
const list< SMESH_subMesh* > & meshedSM) const list< SMESH_subMesh* > & meshedSM)
{ {
TNode2IdMap nodeNgIdMap; TNode2IdMap nodeNgIdMap;
if ( !nodeVec.empty() ) for ( int i = 1; i < nodeVec.size(); ++i )
for ( int i = 1; i < nodeVec.size(); ++i ) nodeNgIdMap.insert( make_pair( nodeVec[i], i ));
nodeNgIdMap.insert( make_pair( nodeVec[i], i ));
TopTools_MapOfShape visitedShapes; TopTools_MapOfShape visitedShapes;
map< SMESH_subMesh*, set< int > > visitedEdgeSM2Faces; map< SMESH_subMesh*, set< int > > visitedEdgeSM2Faces;
@ -882,7 +881,7 @@ bool NETGENPlugin_Mesher::fillNgMesh(const netgen::OCCGeometry& occgeom,
case TopAbs_VERTEX: { // VERTEX 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 // else netgen removes a free node and nodeVector becomes invalid
PShapeIteratorPtr ansIt = helper.GetAncestors( sm->GetSubShape(), PShapeIteratorPtr ansIt = helper.GetAncestors( sm->GetSubShape(),
*sm->GetFather(), *sm->GetFather(),