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 Core
Commits
a36a7703
Commit
a36a7703
authored
Jun 01, 2010
by
Mathias Goldau
Browse files
[MERGE]
parents
87b31bc0
8c334c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/detTractClustering/WMDetTractClustering.cpp
src/modules/detTractClustering/WMDetTractClustering.cpp
+2
-2
No files found.
src/modules/detTractClustering/WMDetTractClustering.cpp
View file @
a36a7703
...
...
@@ -177,7 +177,7 @@ void WMDetTractClustering::update()
}
catch
(
const
WDHIOFailure
&
e
)
{
errorLog
()
<<
"Could not write dlt file
. check permissions!
"
<<
e
.
what
();
errorLog
()
<<
"Could not write dlt file
:
"
<<
e
.
what
();
}
}
saveProgress
->
finish
();
...
...
@@ -265,7 +265,7 @@ void WMDetTractClustering::cluster()
{
for
(
size_t
r
=
q
+
1
;
r
<
numTracts
;
++
r
)
{
if
(
m_clusterIDs
[
q
]
!=
m_clusterIDs
[
r
]
)
// both
fib
s are in different clusters
if
(
m_clusterIDs
[
q
]
!=
m_clusterIDs
[
r
]
)
// both
tract
s are in different clusters
{
if
(
!
m_dLtTableExists
)
{
...
...
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