X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_OctreeNode.cxx;h=03e99b50f99d2b207ba40008698350284c3deb68;hp=1832462509f0866639a4e2a9cdb0d9c7f07571da;hb=b3c311b4d9295b449274c44d73035b66e438b612;hpb=a17b36970bc61da1d664453c615754997c925b18 diff --git a/src/SMESHUtils/SMESH_OctreeNode.cxx b/src/SMESHUtils/SMESH_OctreeNode.cxx index 183246250..03e99b50f 100644 --- a/src/SMESHUtils/SMESH_OctreeNode.cxx +++ b/src/SMESHUtils/SMESH_OctreeNode.cxx @@ -334,7 +334,7 @@ void SMESH_OctreeNode::FindCoincidentNodes ( TIDSortedNodeSet* if ( !ListOfCoincidentNodes.empty() ) { - // We build a list {n1 + his neigbours} and add this list in theGroupsOfNodes + // We build a list {n1 + his neighbors} and add this list in theGroupsOfNodes if ( idLess( n1, ListOfCoincidentNodes.front() )) ListOfCoincidentNodes.push_front( n1 ); else ListOfCoincidentNodes.push_back ( n1 ); ListOfCoincidentNodes.sort( idLess );