From 7cc3d890b197e51fd1c44f7443349158e5854133 Mon Sep 17 00:00:00 2001 From: mfederico Date: Mon, 14 Aug 2006 02:46:38 +0000 Subject: [PATCH] changed diagnostic ouput git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@704 1f5c12ca-751b-0410-a591-d2e778427230 --- irstlm/src/htable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irstlm/src/htable.cpp b/irstlm/src/htable.cpp index 07f8e65e4..73dab4d10 100644 --- a/irstlm/src/htable.cpp +++ b/irstlm/src/htable.cpp @@ -172,8 +172,8 @@ void htable::map(ostream& co,int cols){ void htable::stat(){ - cout << "htable class statistics\n"; - cout << "size " << size + cerr << "htable class statistics\n"; + cerr << "size " << size << " keys " << keys << " acc " << accesses << " coll " << collisions