From cf693c4334304360b5e718bf1e8485e59fc38a54 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 19 Apr 2012 11:34:16 -0400 Subject: fix typo --- gi/pf/base_distributions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gi/pf') diff --git a/gi/pf/base_distributions.h b/gi/pf/base_distributions.h index 84dacdf2..41b513f8 100644 --- a/gi/pf/base_distributions.h +++ b/gi/pf/base_distributions.h @@ -89,7 +89,7 @@ struct TableLookupBase { TableLookupBase(const std::string& fname); prob_t operator()(const TRule& rule) const { - const std::tr1::unordered_map::const_iterator it = table.find(rule); + const std::tr1::unordered_map::const_iterator it = table.find(rule); if (it == table.end()) { std::cerr << rule << " not found\n"; abort(); -- cgit v1.2.3