From c53e8a68962a053753aab4ce0b5ec2bac52008c8 Mon Sep 17 00:00:00 2001 From: nvalimak Date: Thu, 16 Apr 2009 11:53:41 +0000 Subject: [PATCH] Fix for mem usage of Doc git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@321 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- TCImplementation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.17.1