Salome HOME
PAL18328 SMESH_AdvancedEditor.py don't work in Debug version
authoreap <eap@opencascade.com>
Tue, 18 Dec 2007 11:56:08 +0000 (11:56 +0000)
committereap <eap@opencascade.com>
Tue, 18 Dec 2007 11:56:08 +0000 (11:56 +0000)
     correct comments

src/SMESH/SMESH_MesherHelper.cxx

index e11844f19b48bb0323365ec3ba40dd376c840aad..efd74611739b1c47c53ba8ef64ccb41a5360ec5c 100644 (file)
@@ -1063,7 +1063,7 @@ bool SMESH_MesherHelper::LoadNodeColumns(TParam2ColumnMap & theParam2ColumnMap,
       allFaces.insert( e );
   }
   // Starting from 2 neighbour nodes on theBaseEdge, look for a face
-  // the nodes belong to, and between the nodes of the found face,
+  // the nodes belong to, and among the nodes of the found face,
   // look for a not loaded node considering this node to be the next
   // in a column of the starting second node. Repeat, starting
   // from nodes next to the previous starting nodes in their columns,