From 4f99f17541c1fe104afbcf04e3d8d04ad9f1227a Mon Sep 17 00:00:00 2001 From: "graehl@gmail.com" Date: Mon, 9 Aug 2010 06:21:45 +0000 Subject: disable debug print git-svn-id: https://ws10smt.googlecode.com/svn/trunk@496 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/viterbi.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoder/viterbi.cc') diff --git a/decoder/viterbi.cc b/decoder/viterbi.cc index c8322823..fac9dd70 100644 --- a/decoder/viterbi.cc +++ b/decoder/viterbi.cc @@ -5,7 +5,7 @@ #include #include "hg.h" -#define DEBUG_VITERBI_SORT +//#define DEBUG_VITERBI_SORT using namespace std; @@ -29,7 +29,7 @@ std::string viterbi_stats(Hypergraph const& hg, std::string const& name, bool es } #ifdef DEBUG_VITERBI_SORT const_cast(hg).ViterbiSortInEdges(); - o<