[Assorted-commits] SF.net SVN: assorted: [442] hash-join/trunk/src/hashjoin.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-15 03:57:22
|
Revision: 442 http://assorted.svn.sourceforge.net/assorted/?rev=442&view=rev Author: yangzhang Date: 2008-02-14 19:57:22 -0800 (Thu, 14 Feb 2008) Log Message: ----------- tweak Modified Paths: -------------- hash-join/trunk/src/hashjoin.cc Modified: hash-join/trunk/src/hashjoin.cc =================================================================== --- hash-join/trunk/src/hashjoin.cc 2008-02-15 02:46:25 UTC (rev 441) +++ hash-join/trunk/src/hashjoin.cc 2008-02-15 03:57:22 UTC (rev 442) @@ -410,6 +410,7 @@ } } } + cout << "h.size " << h.size() << endl; } void This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |