From: nvalimak Date: Thu, 16 Apr 2009 11:53:41 +0000 (+0000) Subject: Fix for mem usage of Doc X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c53e8a68962a053753aab4ce0b5ec2bac52008c8;p=SXSI%2FTextCollection.git Fix for mem usage of Doc git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@321 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/TCImplementation.cpp b/TCImplementation.cpp index 8112b45..1e0b2b8 100644 --- a/TCImplementation.cpp +++ b/TCImplementation.cpp @@ -1066,7 +1066,7 @@ void TCImplementation::maketables() tmp[i] = ((*endmarkerDocId)[i] + 1) % numberOfTexts; // cout << tmp[i] << ","; } - cout << endl; +// cout << endl; delete endmarkerDocId; alphabet_mapper * am = new alphabet_mapper_none();