1
Fork 0

spurious comment removed.

main
Davi de Castro Reis 2012-06-09 03:12:09 -03:00
parent 772cdca462
commit 3beff9ee9c
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ uint32_t MPHIndex::perfect_hash(const Key& key) const {
h[0] = (h[0] % r_) + nest_displacement_[0];
h[1] = (h[1] % r_) + nest_displacement_[1];
h[2] = (h[2] % r_) + nest_displacement_[2];
if (!(h[0] < g_.size())) std::cerr << "Fuck" << h[0] << " mod " << r_ << std::endl;
assert((h[0]) < g_.size());
assert((h[1]) < g_.size());
assert((h[2]) < g_.size());