Added another print statement to an assert

This commit is contained in:
Davis King 2012-04-28 23:34:45 -04:00
parent ef60be8e90
commit 6683acfb35
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace dlib
const unsigned long jj = g.node_id(j);
DLIB_ASSERT(g.get_flow(i,jj) >= 0,
"\t void min_cut::operator()"
<< "\n\t Invalid inputs were given to this function."
<< "\n\t i: "<< i
<< "\n\t jj: "<< jj
<< "\n\t g.get_flow(i,jj): "<< g.get_flow(i,jj)