Commit 65d838e6 authored by Davis King's avatar Davis King

fixed typo in assert message

parent a33ff09c
......@@ -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()
......
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