diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 22:08:37 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 22:08:37 +0000 |
commit | d484433d9ad566076b7d078c77443ce7841f4f3e (patch) | |
tree | 6d6eb905ed25589821b7bec12a38b1fb211c37b1 /decoder/apply_models.cc | |
parent | 0a11da06831d5a062b6703f1aa1431cc33689e23 (diff) |
smallvector template
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@302 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/apply_models.cc')
-rw-r--r-- | decoder/apply_models.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/apply_models.cc b/decoder/apply_models.cc index 240bd12b..ba573984 100644 --- a/decoder/apply_models.cc +++ b/decoder/apply_models.cc @@ -18,7 +18,7 @@ using namespace std; using namespace std::tr1; struct Candidate; -typedef SmallVector JVector; +typedef SmallVectorInt JVector; typedef vector<Candidate*> CandidateHeap; typedef vector<Candidate*> CandidateList; |