From: Pavel Charvat Date: Tue, 22 Aug 2006 12:46:29 +0000 (+0200) Subject: fixed several bugs in images clusterization algorithm X-Git-Tag: holmes-import~597 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=34c9a86bf6441af3724e6903f9cbaca86f075cc9;p=libucw.git fixed several bugs in images clusterization algorithm --- diff --git a/images/sig-cmp.c b/images/sig-cmp.c index d5d3fb71..804e8ba9 100644 --- a/images/sig-cmp.c +++ b/images/sig-cmp.c @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "lib/lib.h" #include "lib/math.h"