From: eap Date: Tue, 18 Dec 2007 11:56:08 +0000 (+0000) Subject: PAL18328 SMESH_AdvancedEditor.py don't work in Debug version X-Git-Tag: V3_2_10~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8e014f9af6f62da36e6729b20a43701d2e279c0;p=modules%2Fsmesh.git PAL18328 SMESH_AdvancedEditor.py don't work in Debug version correct comments --- diff --git a/src/SMESH/SMESH_MesherHelper.cxx b/src/SMESH/SMESH_MesherHelper.cxx index e11844f19..efd746117 100644 --- a/src/SMESH/SMESH_MesherHelper.cxx +++ b/src/SMESH/SMESH_MesherHelper.cxx @@ -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,