mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 08:40:36 +05:00
use the hint when inserting into the std::set
This commit is contained in:
parent
40c13601ee
commit
c9acf11dee
@ -131,7 +131,7 @@ void SMDS_MeshGroup::Add(const SMDS_MeshElement * theElem)
|
||||
return;
|
||||
}
|
||||
|
||||
myElements.insert(theElem);
|
||||
myElements.insert(myElements.end(), theElem);
|
||||
++myTic;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user