mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 20:30:35 +05:00
fix typo: geomerty -> geometry
This commit is contained in:
parent
a3768a4bc0
commit
b605589582
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user