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
65d838e6
Commit
65d838e6
authored
May 05, 2015
by
Davis King
Browse files
fixed typo in assert message
parent
a33ff09c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/optimization/optimization_solve_qp_using_smo.h
dlib/optimization/optimization_solve_qp_using_smo.h
+1
-1
No files found.
dlib/optimization/optimization_solve_qp_using_smo.h
View file @
65d838e6
...
...
@@ -93,7 +93,7 @@ namespace dlib
min
(
alpha
)
>=
0
&&
eps
>
0
&&
max_iter
>
0
,
"
\t
void
solve_qp_using_smo()"
"
\t
unsigned long
solve_qp_using_smo()"
<<
"
\n\t
Invalid arguments were given to this function"
<<
"
\n\t
Q.nr(): "
<<
Q
.
nr
()
<<
"
\n\t
Q.nc(): "
<<
Q
.
nc
()
...
...
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