From: eap Date: Wed, 31 Jul 2013 11:18:51 +0000 (+0000) Subject: fix a comment X-Git-Tag: V7_3_0a1~238 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=09020c020647728650fabae698538a869c93f4e3;p=modules%2Fsmesh.git fix a comment --- diff --git a/src/SMESH/SMESH_MesherHelper.hxx b/src/SMESH/SMESH_MesherHelper.hxx index f2b4d9ffc..56320951e 100644 --- a/src/SMESH/SMESH_MesherHelper.hxx +++ b/src/SMESH/SMESH_MesherHelper.hxx @@ -97,7 +97,7 @@ class SMESH_EXPORT SMESH_MesherHelper * The key of the map is a normalized parameter of each * base node on theBaseSide. Edges in theBaseSide must be sequenced. * This method works in supposition that nodes on the face - * forms a rectangular grid and elements can be quardrangles or triangles + * forms a structured grid and elements can be quardrangles or triangles */ static bool LoadNodeColumns(TParam2ColumnMap & theParam2ColumnMap, const TopoDS_Face& theFace,