switched to non-checking version.

This commit is contained in:
Davis King 2012-04-29 19:34:24 -04:00
parent 893bcea181
commit feb1ae5e19
1 changed files with 1 additions and 1 deletions

View File

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