Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c3f09874
Commit
c3f09874
authored
Oct 06, 2012
by
Davis King
Browse files
Added a comment
parent
91481a44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/bsp/bsp.h
dlib/bsp/bsp.h
+2
-0
No files found.
dlib/bsp/bsp.h
View file @
c3f09874
...
@@ -108,8 +108,10 @@ namespace dlib
...
@@ -108,8 +108,10 @@ namespace dlib
serialize
(
item
,
sout
);
serialize
(
item
,
sout
);
for
(
unsigned
long
i
=
0
;
i
<
number_of_nodes
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
number_of_nodes
();
++
i
)
{
{
// Don't send to yourself.
if
(
i
==
node_id
())
if
(
i
==
node_id
())
continue
;
continue
;
send_data
(
sout
.
str
(),
i
);
send_data
(
sout
.
str
(),
i
);
}
}
}
}
...
...
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