fix typo: geomerty -> geometry

This commit is contained in:
eap 2013-01-28 08:25:07 +00:00
parent a3768a4bc0
commit b605589582

View File

@ -645,7 +645,7 @@ namespace
*/ */
void Grid::ComputeNodes(SMESH_MesherHelper& helper) 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(); const size_t nbGridNodes = _coords[0].size() * _coords[1].size() * _coords[2].size();
vector< bool > isNodeOut( nbGridNodes, false ); vector< bool > isNodeOut( nbGridNodes, false );
_nodes.resize( nbGridNodes, 0 ); _nodes.resize( nbGridNodes, 0 );