Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sten Delos
Gadget4
Commits
8a39fb83
Commit
8a39fb83
authored
Nov 02, 2020
by
Volker Springel
Browse files
removed unused variable
parent
83a5629f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/subfind/subfind_history.cc
View file @
8a39fb83
...
...
@@ -289,8 +289,6 @@ void fof<partset>::subfind_hbt_single_group(domain<partset> *SubDomain, domain<p
/* sort the candidates by size */
mycxxsort
(
all_candidates
,
all_candidates
+
totcand
,
subfind_hbt_compare_subcand_len
);
hbt_subcand_t
maxlen_candidate
=
all_candidates
[
totcand
-
1
];
/* sort the candidates by summed previous length, as this is arguably a more robust decision of which one should be the largest
*/
mycxxsort
(
all_candidates
,
all_candidates
+
totcand
,
subfind_hbt_compare_subcand_summedprevlen
);
...
...
Write
Preview
Supports
Markdown
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