Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
08b8f6da
Commit
08b8f6da
authored
Sep 01, 2010
by
schurade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] crash with box-cluster selection when no cluster was in the box
parent
8c7123e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/modules/clusterDisplay/WHierarchicalTree.cpp
src/modules/clusterDisplay/WHierarchicalTree.cpp
+5
-0
No files found.
src/modules/clusterDisplay/WHierarchicalTree.cpp
View file @
08b8f6da
...
...
@@ -220,6 +220,11 @@ std::vector< size_t > WHierarchicalTree::findXBiggestClusters( size_t cluster, s
void
WHierarchicalTree
::
sortList
(
std
::
list
<
size_t
>
&
input
)
//NOLINT
{
if
(
input
.
size
()
==
0
)
{
return
;
}
std
::
vector
<
size_t
>
vec
;
std
::
list
<
size_t
>::
iterator
it
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment