Hi, Srikanth, I have checked in a set of changes as SVN revision 630. Please give it try when you get a chance.
The problem was in the function ibis::bitvector64::copy_runs, which was copying values without checking for 0-length. This problem should be fixed now. Please let us know if you have any additional questions. It seems to me that your java code wants to create bitmaps with 4096 bits, but the print out from the bitvector64::write indicates that there are actually 4097 of them in a single bitmap. I am not sure whether this is a real difference, but it might be something you want take a look at. By the way, the new code also has function ibis::bitvector64::getBit, which might match your Java function with the same name. John _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
