Commit 983b200b authored by Davis King's avatar Davis King

Fixed invalid message in an assert statement.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402895
parent bf279606
......@@ -48,7 +48,7 @@ namespace dlib
{
DLIB_ASSERT(inc > 0,
"\tconst matrix_exp range(start, inc, end)"
<< "\n\tstart can't be bigger than end"
<< "\n\tInvalid inputs to this function"
<< "\n\tstart: " << start
<< "\n\tinc: " << inc
<< "\n\tend: " << end
......
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