Salome HOME
fix a comment
authoreap <eap@opencascade.com>
Wed, 31 Jul 2013 11:18:51 +0000 (11:18 +0000)
committereap <eap@opencascade.com>
Wed, 31 Jul 2013 11:18:51 +0000 (11:18 +0000)
src/SMESH/SMESH_MesherHelper.hxx

index f2b4d9ffc5d241c4499ae8f0136a2a9c52dbbd88..56320951e2bdf0f170eb83cb4ebc994e54ab3ed5 100644 (file)
@@ -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,