*/
typedef unsigned long qvector_index;
-/*!
- * Macro: QV_INDEX_BITS
- * This defines the number of bits of a qvector index
- */
-#define QV_INDEX_BITS sizeof( qvector_index )
-
/*!
* Macro: QV_LEVEL_BITS
* This defines the number of bits in the indexing bit field.
*/
#define QV_LEVEL_BITS 4
+/*!
+ * Macro: QV_INDEX_BITS
+ * This defines the number of bits of a qvector index
+ */
+#define QV_INDEX_BITS sizeof( qvector_index )
+
/*!
* Macro: QV_INDEX_FIELDS
* This defines the number of bit fields in an qvector index