# HG changeset patch # User mas01cr # Date 1190298570 0 # Node ID 9379253c3f7826004f6f3414aa78948232e2a351 # Parent 3f6586c589d51a2d05344ff50cf73afa42b7ee95 Fix tests/0004 by initializing the distance vector for point queries with -DBL_MAX rather than 0.0. diff -r 3f6586c589d5 -r 9379253c3f78 audioDB.cpp --- a/audioDB.cpp Thu Sep 20 14:29:03 2007 +0000 +++ b/audioDB.cpp Thu Sep 20 14:29:30 2007 +0000 @@ -1050,7 +1050,7 @@ unsigned qIndexes[pointNN]; unsigned sIndexes[pointNN]; for(unsigned k=0; k #include #include +#include // includes for web services #include "soapH.h"