Skip to content

Commit

Permalink
fixed typo in assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed May 5, 2015
1 parent a33ff09 commit 65d838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/optimization/optimization_solve_qp_using_smo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 65d838e

Please sign in to comment.