From 8a186d38a1bb1a31a087bf3fef13bf36ed39ffed Mon Sep 17 00:00:00 2001 From: ponchio Date: Sun, 4 Jul 2004 14:23:14 +0000 Subject: [PATCH] *** empty log message *** --- apps/nexus/mfhash.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/nexus/mfhash.cpp b/apps/nexus/mfhash.cpp index a6de8ad5..13ca6370 100644 --- a/apps/nexus/mfhash.cpp +++ b/apps/nexus/mfhash.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.3 2004/07/02 17:40:30 ponchio +Debug. + Revision 1.2 2004/07/01 21:34:04 ponchio Rehash bug. @@ -110,7 +113,6 @@ void MFHash::Insert(unsigned int key, unsigned int value, bool rehash) { if(rehash) { float ratio = space / (float)buffer.Size(); if(ratio < 0.4) { //need to resize - cerr << "rehash" << endl; Resize(buffer.Size() * 2 + 3); } }