From baf49fa7581114fec32ea423dfde3c9119375d12 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Mon, 21 Jun 2010 22:50:12 +0200 Subject: [PATCH] WARN:comment nodetype not use --- Utilities/otbknn/classifyKNNCore.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/otbknn/classifyKNNCore.txx b/Utilities/otbknn/classifyKNNCore.txx index 06bd0c96e8..8ff96ed750 100644 --- a/Utilities/otbknn/classifyKNNCore.txx +++ b/Utilities/otbknn/classifyKNNCore.txx @@ -104,7 +104,7 @@ template <class TCh1, class TCh2, class TDiagram, class TOutput, unsigned int m_ DiagramIndexType featureIndex; - struct NodeType auxNodo; + //struct NodeType auxNodo; //Presuponemos que las clases estan ordenadas, siendo cero el fondo y //1,2,3... las clases. -- GitLab