mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-28 22:10:48 +05:00

Performance optimization for groups on filter: int SMESHGUI_Selection::numberOfNodes( int ind ) const { ... - return aGroupObj->Size(); + return aGroupObj->IsEmpty(); // aGroupObj->Size();
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%