Commit 9f607bc5 authored by Davis King's avatar Davis King

Removed unneeded code.

parent 016f41ac
...@@ -151,9 +151,6 @@ namespace dlib ...@@ -151,9 +151,6 @@ namespace dlib
else else
sink_flows(i,1) = temp; sink_flows(i,1) = temp;
source_flows(i,1) = 0;
sink_flows(i,0) = 0;
for (unsigned long j = 0; j < g.number_of_neighbors(i); ++j) for (unsigned long j = 0; j < g.number_of_neighbors(i); ++j)
{ {
flows(i,j) = g.factor_value_disagreement(i, g.get_neighbor(i,j)); flows(i,j) = g.factor_value_disagreement(i, g.get_neighbor(i,j));
......
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