From feb1ae5e19063b76fc69dd9621261979a82e7314 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 29 Apr 2012 19:34:24 -0400 Subject: [PATCH] switched to non-checking version. --- dlib/svm/structural_svm_graph_labeling_problem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/svm/structural_svm_graph_labeling_problem.h b/dlib/svm/structural_svm_graph_labeling_problem.h index 1c1dbb054..ed67c8480 100644 --- a/dlib/svm/structural_svm_graph_labeling_problem.h +++ b/dlib/svm/structural_svm_graph_labeling_problem.h @@ -293,7 +293,7 @@ namespace dlib const sample_type& samp = samples[idx]; // setup the potts graph based on samples[idx] and current_solution. - graph::kernel_1a_c g; // TODO, remove _c + graph::kernel_1a g; copy_graph_structure(samp, g); for (unsigned long i = 0; i < g.number_of_nodes(); ++i) {