Fixed invalid message in an assert statement.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402895
This commit is contained in:
Davis King 2009-03-06 17:15:34 +00:00
parent bf2796069d
commit 983b200bf9
1 changed files with 1 additions and 1 deletions

View File

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