diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-01-24 22:26:44 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-01-24 22:26:44 -0500 |
commit | f960ab86f4b44bf515af4bf43aa27147a0e7875a (patch) | |
tree | 903ade6ccb52f4239d3f2d160846f0da267f556c /gi/pf/base_measures.cc | |
parent | 4ebb11b25cf87dc5938b5eb65e884d0e3f4ee146 (diff) |
more models
Diffstat (limited to 'gi/pf/base_measures.cc')
-rw-r--r-- | gi/pf/base_measures.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/base_measures.cc b/gi/pf/base_measures.cc index 7894d3e7..4b1863fa 100644 --- a/gi/pf/base_measures.cc +++ b/gi/pf/base_measures.cc @@ -37,7 +37,7 @@ TableLookupBase::TableLookupBase(const string& fname) { } else if (cc == 1) { x.e_.push_back(cur); } else if (cc == 2) { - table[x] = atof(TD::Convert(cur)); + table[x].logeq(atof(TD::Convert(cur))); ++cc; } else { if (flag) cerr << endl; |