mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
fix a misspell in comment
This commit is contained in:
parent
d419c86499
commit
b6b8aa7213
@ -204,7 +204,7 @@ void StdMeshers_QuadToTriaAdaptor::MergePiramids( const SMDS_MeshElement* Pr
|
|||||||
|
|
||||||
// find and remove coincided faces of merged pyramids
|
// find and remove coincided faces of merged pyramids
|
||||||
vector< const SMDS_MeshElement* > inverseElems
|
vector< const SMDS_MeshElement* > inverseElems
|
||||||
// copy inverse elements to avoid iteration on changing conainer
|
// copy inverse elements to avoid iteration on changing container
|
||||||
( TStdElemIterator( CommonNode->GetInverseElementIterator(SMDSAbs_Face)), itEnd);
|
( TStdElemIterator( CommonNode->GetInverseElementIterator(SMDSAbs_Face)), itEnd);
|
||||||
for ( unsigned i = 0; i < inverseElems.size(); ++i )
|
for ( unsigned i = 0; i < inverseElems.size(); ++i )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user