tiny fix in bitvector
This commit is contained in:
parent
7f84abb541
commit
ede670e719
@ -159,6 +159,7 @@ return s;
|
|||||||
|
|
||||||
unsigned int bitvector::population(const unsigned int before) const
|
unsigned int bitvector::population(const unsigned int before) const
|
||||||
{
|
{
|
||||||
|
if(before) laerror("before parameter in population() not implemented yet");
|
||||||
int i;
|
int i;
|
||||||
unsigned int s=0;
|
unsigned int s=0;
|
||||||
for(i=0; i<nn-1; ++i) s+=word_popul(v[i]);
|
for(i=0; i<nn-1; ++i) s+=word_popul(v[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user