diff pointpair.h @ 530:aa715b3e18db multiprobeLSH

Completed audiodb_datum_qpointers_partial(), fixed bug that was scribbling over pre-computed l2norms when points arrived in original less<PointPair> order, switched to greater<PointPair> order and all is fixed.
author mas01mc
date Fri, 30 Jan 2009 19:44:51 +0000
parents 2b95e396f4d7
children
line wrap: on
line diff
--- a/pointpair.h	Fri Jan 30 14:58:35 2009 +0000
+++ b/pointpair.h	Fri Jan 30 19:44:51 2009 +0000
@@ -8,3 +8,4 @@
 };
 
 bool operator<(const PointPair& a, const PointPair& b);
+bool operator>(const PointPair& a, const PointPair& b);