diff options
| author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-17 23:48:23 -0400 | 
|---|---|---|
| committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-17 23:48:23 -0400 | 
| commit | 0c318c2458c58dddde5b1fabf024f58a82dc7eaf (patch) | |
| tree | fd7260b52fb4032b2a5122690155c70510be8dc4 /creg/creg.cc | |
| parent | f78eb3465f6798a0b094b6be12775380f4a8e8a7 (diff) | |
jamfiles for creg
Diffstat (limited to 'creg/creg.cc')
| -rw-r--r-- | creg/creg.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/creg/creg.cc b/creg/creg.cc index 005ec9ac..b145ac49 100644 --- a/creg/creg.cc +++ b/creg/creg.cc @@ -65,7 +65,7 @@ void ReaderCB(const string& id, const SparseVector<float>& fmap, void* extra) {    if (rh.lc % 40000 == 0) { cerr << " [" << rh.lc << "]\n"; rh.flag = false; }    const unordered_map<string, unsigned>::iterator it = rh.id2ind.find(id);    if (it == rh.id2ind.end()) { -    cerr << "Unlabeled example in line " << rh.lc << endl; +    cerr << "Unlabeled example in line " << rh.lc << " (key=" << id << ')' << endl;      abort();    }    (*rh.xy_pairs)[it->second - 1].x = fmap; | 
