Commit 24e0df65 authored by Davis King's avatar Davis King

Fixed the typo in the last commit which prevented compilation when ENABLE_ASSERTS

was defined.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404115
parent 67f3f463
......@@ -143,7 +143,7 @@ namespace dlib
DLIB_ASSERT(lambda_ >= 0,
"\t void krr_trainer::set_lambda()"
<< "\n\t lambda must be greater than or equal to 0"
<< "\n\t lambda: " << lambda
<< "\n\t lambda_: " << lambda_
<< "\n\t this: " << this
);
......
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