From 169b63a4510d33707d260876a82f8e84de983223 Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 9 Jul 2010 15:24:42 +0000 Subject: warn 0 fid if warn 0 wt git-svn-id: https://ws10smt.googlecode.com/svn/trunk@197 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/ff.cc') diff --git a/decoder/ff.cc b/decoder/ff.cc index b323ab27..1d52914e 100644 --- a/decoder/ff.cc +++ b/decoder/ff.cc @@ -75,7 +75,7 @@ FeatureFunction::Features ModelSet::all_features(std::ostream *warn,bool warn0) void ModelSet::show_features(std::ostream &out,std::ostream &warn,bool warn_zero_wt) { typedef FeatureFunction::Features FFS; - FFS ffs=all_features(&warn); + FFS ffs=all_features(&warn,warn_zero_wt); out << "Weight Feature\n"; for (unsigned i=0;i