"git@developer.sourcefind.cn:change/sglang.git" did not exist on "bea2bb9eeae6cf6f1bdfbb6aaaae2d91adea7bac"
Commit 06d1331c authored by Davis King's avatar Davis King
Browse files

Fixed incorrect comment in example program.

parent da44aa62
......@@ -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 bsp_ex.cpp example program for an example.
// dlib's serialize() routine or the bridge_ex.cpp example program for an example.
bsp.broadcast(left);
bsp.broadcast(right);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment