From 38b5f53c938b47a962d9c300a4f1e674c83af95e Mon Sep 17 00:00:00 2001 From: x Date: Wed, 4 Jan 2017 16:36:55 +0100 Subject: [PATCH] Inverted index: header for idxcr/idxqry --- idx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idx.h b/idx.h index 6f1e287..12ebea8 100644 --- a/idx.h +++ b/idx.h @@ -22,7 +22,7 @@ - email : powturbo [_AT_] gmail [_DOT_] com **/ -// idx.h - "Integer Compression" header for idxcr/idxqry +// "Integer Compression" header for idxcr/idxqry #include #define BLK_DIDNUM (128+1) // Block size 128 + 1 (1 stored in skips)