mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-25 05:52:04 +05:00

A better fix has been found by improving the getNextFree() method in ObjectPool.hxx. When there is no "hole" in the ID list we don't iterate on the _freeList to find the next free ID. We jump straight to the last occupied ID. This fix is simpler and can benefit to other methods of SMESH_Editor like QuadTo4Tri for example.
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%