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
ee3cf351
Commit
ee3cf351
authored
Oct 17, 2012
by
Davis King
Browse files
Further improved the assert message.
parent
4875dcee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/bsp/bsp.h
dlib/bsp/bsp.h
+1
-1
No files found.
dlib/bsp/bsp.h
View file @
ee3cf351
...
...
@@ -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
);
...
...
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