Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
2725771f
Commit
2725771f
authored
Jun 26, 2015
by
Alexander Wiebel
Browse files
[STYLE #42] eliminated warning
parent
b7fa4289
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FiberClusteringToolbox/src/gaussProcesses/detTractClusteringGP/WMDetTractClusteringGP.cpp
...Processes/detTractClusteringGP/WMDetTractClusteringGP.cpp
+1
-1
No files found.
FiberClusteringToolbox/src/gaussProcesses/detTractClusteringGP/WMDetTractClusteringGP.cpp
View file @
2725771f
...
...
@@ -180,7 +180,7 @@ boost::shared_ptr< WDendrogram > WMDetTractClusteringGP::computeDendrogram( size
SimSortArray
sims
;
IdxSimMap
map
;
for
(
in
t
i
=
0
;
i
<
n
;
++
i
)
{
for
(
size_
t
i
=
0
;
i
<
n
;
++
i
)
{
for
(
size_t
j
=
i
+
1
;
j
<
n
;
++
j
)
{
IdxSimSPtr
current
(
new
IndexSimilarity
(
(
*
m_similarities
)(
i
,
j
),
i
,
j
)
);
sims
.
push
(
current
);
...
...
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