Commit feb1ae5e authored by Davis King's avatar Davis King

switched to non-checking version.

parent 893bcea1
......@@ -293,7 +293,7 @@ namespace dlib
const sample_type& samp = samples[idx];
// setup the potts graph based on samples[idx] and current_solution.
graph<double,double>::kernel_1a_c g; // TODO, remove _c
graph<double,double>::kernel_1a g;
copy_graph_structure(samp, g);
for (unsigned long i = 0; i < g.number_of_nodes(); ++i)
{
......
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