Commit 050b2409 authored by Davis King's avatar Davis King

Fixed incorrect message in an assert.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402876
parent 49532acf
......@@ -32,7 +32,7 @@ namespace dlib
)
{
DLIB_ASSERT(m.size() > 0,
"\ttype max(const matrix_exp& m)"
"\ttype find_min_and_max(const matrix_exp& m, min_val, max_val)"
<< "\n\tYou can't ask for the max() of an empty matrix"
<< "\n\tm.size(): " << m.size()
);
......
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