fixed typo in assert message

This commit is contained in:
Davis King 2015-05-05 08:15:12 -04:00
parent a33ff09cfc
commit 65d838e6e8
1 changed files with 1 additions and 1 deletions

View File

@ -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()