mirror of https://github.com/davisking/dlib.git
Fixed invalid message in an assert statement.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402895
This commit is contained in:
parent
bf2796069d
commit
983b200bf9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue