switched to non-checking version.

This commit is contained in:
Davis King 2012-04-29 19:34:24 -04:00
parent 893bcea181
commit feb1ae5e19

View File

@ -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)
{