mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 11:40:33 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
myElements.insert(theElem);
|
myElements.insert(myElements.end(), theElem);
|
||||||
++myTic;
|
++myTic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user