Commit d87afaa2 authored by Davis King's avatar Davis King

Removed an unnecessary COMPILE_TIME_ASSERT statement from the

svd function.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402573
parent 624566e8
......@@ -2407,7 +2407,6 @@ namespace dlib
COMPILE_TIME_ASSERT(NC == 0 || uNC == 0 || NC == uNC);
COMPILE_TIME_ASSERT(NC == 0 || wN == 0 || NC == wN);
COMPILE_TIME_ASSERT(NC == 0 || vN == 0 || NC == vN);
COMPILE_TIME_ASSERT(NR >= NC || NR == 0);
w.set_size(m.nc(),m.nc());
v.set_size(m.nc(),m.nc());
......
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