Commit 19a890da authored by Davis King's avatar Davis King

Switch a DLIB_CASSERT to DLIB_ASSERT

parent 567aeab0
...@@ -227,7 +227,7 @@ namespace dlib ...@@ -227,7 +227,7 @@ namespace dlib
) )
{ {
// make sure requires clause is not broken // make sure requires clause is not broken
DLIB_CASSERT(A.nc() == alpha.size() && DLIB_ASSERT(A.nc() == alpha.size() &&
Q.nr() == Q.nc() && Q.nr() == Q.nc() &&
is_col_vector(b) && is_col_vector(b) &&
is_col_vector(alpha) && is_col_vector(alpha) &&
......
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