Commit 6683acfb authored by Davis King's avatar Davis King

Added another print statement to an assert

parent ef60be8e
......@@ -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)
......
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