diff options
Diffstat (limited to 'src/nt5.c')
-rw-r--r-- | src/nt5.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,11 +21,9 @@ static unsigned int cont_filled; void nt5_init(uint64_t n){ size_t size = (n-1)/8+1+n*sizeof(unsigned int); - //size_t size = n/8+n*sizeof(unsigned int); temp = malloc(size); memset(temp, 0, size); index = (unsigned long long *)temp; - //lastpos = (unsigned int *)(&temp[n / 8]); lastpos = (unsigned int *)(&temp[(n-1)/8+1]); current = 0; cont_filled = 0; |