diff index.cpp @ 296:f922c234462f

fixed file size allocation for FORMAT2 files. Made LSH index size() in bytes an unsigned long long. Changed the name of lsh_inCore flag to lsh_on_disk (to reverse the sense of the 'flag').
author mas01mc
date Fri, 01 Aug 2008 15:04:31 +0000
parents d9a88cfd4ab6
children 8cec6eb40526
line wrap: on
line diff
--- a/index.cpp	Thu Jul 31 19:26:04 2008 +0000
+++ b/index.cpp	Fri Aug 01 15:04:31 2008 +0000
@@ -122,6 +122,7 @@
   printf("INDEX: lsh_k %d\n", lsh_param_k);
   printf("INDEX: lsh_m %d\n", lsh_param_m);
   printf("INDEX: lsh_N %d\n", lsh_param_N);
+  printf("INDEX: lsh_C %d\n", lsh_param_ncols);
   printf("INDEX: lsh_b %d\n", lsh_param_b);
   printf("INDEX: normalized? %s\n", normalizedDistance?"true":"false"); 
   fflush(stdout);