From a5615f37bea556ee4995f368425b281ae86edbac Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 12 Aug 2012 10:36:45 -0400 Subject: new interface --- gi/pf/pyp_word_model.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gi/pf/pyp_word_model.h') diff --git a/gi/pf/pyp_word_model.h b/gi/pf/pyp_word_model.h index 224a9034..0bebb751 100644 --- a/gi/pf/pyp_word_model.h +++ b/gi/pf/pyp_word_model.h @@ -47,8 +47,7 @@ struct PYPWordModel { std::cerr << "PYPWordModel: generations=" << r.num_customers() << " PYP(d=" << r.discount() << ",s=" << r.strength() << ')' << std::endl; for (typename CCRP >::const_iterator it = r.begin(); it != r.end(); ++it) { - std::cerr << " " << it->second.total_dish_count_ - << " (on " << it->second.table_counts_.size() << " tables) " + std::cerr << " " << it->second << TD::GetString(it->first) << std::endl; } } -- cgit v1.2.3