From d8e014f9af6f62da36e6729b20a43701d2e279c0 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 18 Dec 2007 11:56:08 +0000 Subject: [PATCH] PAL18328 SMESH_AdvancedEditor.py don't work in Debug version correct comments --- src/SMESH/SMESH_MesherHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2