From e808b3cad4a308039343d39126eb518fc404d987 Mon Sep 17 00:00:00 2001 From: redpony Date: Wed, 25 Aug 2010 16:24:44 +0000 Subject: onemore git-svn-id: https://ws10smt.googlecode.com/svn/trunk@621 ec762483-ff6d-05da-a07a-a48fb63a330f --- gi/clda/src/ccrp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gi/clda/src/ccrp.h') diff --git a/gi/clda/src/ccrp.h b/gi/clda/src/ccrp.h index 9b1c5284..eeccce1a 100644 --- a/gi/clda/src/ccrp.h +++ b/gi/clda/src/ccrp.h @@ -30,6 +30,10 @@ class CCRP { return it->second.table_counts_.size(); } + unsigned num_customers() const { + return num_customers_; + } + // returns +1 or 0 indicating whether a new table was opened int increment(const Dish& dish, const double& p0, MT19937* rng) { DishLocations& loc = dish_locs_[dish]; -- cgit v1.2.3