Commit ee3cf351 authored by Davis King's avatar Davis King

Further improved the assert message.

parent 4875dcee
......@@ -301,8 +301,8 @@ namespace dlib
"\t void bsp_context::send()"
<< "\n\t Invalid arguments were given to this function."
<< "\n\t target_node_id: " << target_node_id
<< "\n\t number_of_nodes(): " << number_of_nodes()
<< "\n\t node_id(): " << node_id()
<< "\n\t number_of_nodes(): " << number_of_nodes()
<< "\n\t this: " << this
);
......
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