mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
fix comment
This commit is contained in:
parent
eab28bb62c
commit
d36c35f9a2
@ -1830,7 +1830,7 @@ bool SMESH_Mesh::SortByMeshOrder(list<SMESH_subMesh*>& theListToSort) const
|
||||
list<SMESH_subMesh*>::iterator onlyBIt = onlyOrderedList.begin();
|
||||
list<SMESH_subMesh*>::iterator onlyEIt = onlyOrderedList.end();
|
||||
|
||||
// iterates on ordered submeshes and insert them in detected positions
|
||||
// iterate on ordered submeshes and insert them in detected positions
|
||||
map< int, TPosInList >::iterator i_pos = sortedPos.begin();
|
||||
for ( ; onlyBIt != onlyEIt; ++onlyBIt, ++i_pos )
|
||||
*(i_pos->second) = *onlyBIt;
|
||||
|
Loading…
Reference in New Issue
Block a user