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
06d1331c
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "bea2bb9eeae6cf6f1bdfbb6aaaae2d91adea7bac"
Commit
06d1331c
authored
Jul 13, 2013
by
Davis King
Browse files
Fixed incorrect comment in example program.
parent
da44aa62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/bsp_ex.cpp
examples/bsp_ex.cpp
+1
-1
No files found.
examples/bsp_ex.cpp
View file @
06d1331c
...
...
@@ -194,7 +194,7 @@ void bsp_job_node_0 (bsp_context& bsp, double& min_value, double& optimal_x)
// for a lot of types by default, so we don't have to define anything for this
// example program. However, if you want to send an object you defined then you
// will need to write your own serialization functions. See the documentation for
// dlib's serialize() routine or the b
sp
_ex.cpp example program for an example.
// dlib's serialize() routine or the b
ridge
_ex.cpp example program for an example.
bsp
.
broadcast
(
left
);
bsp
.
broadcast
(
right
);
...
...
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