Salome HOME
fix typo: geomerty -> geometry
authoreap <eap@opencascade.com>
Mon, 28 Jan 2013 08:25:07 +0000 (08:25 +0000)
committereap <eap@opencascade.com>
Mon, 28 Jan 2013 08:25:07 +0000 (08:25 +0000)
src/StdMeshers/StdMeshers_Cartesian_3D.cxx

index 20283d9ca9a7b152e7b4e2e0023e519b32d429b4..937c86806ba05bc6d30aa8a161bb05ed5154106a 100644 (file)
@@ -645,7 +645,7 @@ namespace
    */
   void Grid::ComputeNodes(SMESH_MesherHelper& helper)
   {
-    // state of each node of the grid relative to the geomerty
+    // state of each node of the grid relative to the geometry
     const size_t nbGridNodes = _coords[0].size() * _coords[1].size() * _coords[2].size();
     vector< bool > isNodeOut( nbGridNodes, false );
     _nodes.resize( nbGridNodes, 0 );