diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-23 11:03:11 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-23 11:03:11 +0100 |
commit | f2989ef661bdb73eabee174ba5c956e2aba5540c (patch) | |
tree | eacbb1dea04901cd2c1bda4f61346da78167add3 /src/grammar.hh | |
parent | e84265273b121eb5fbf465b80ea39d43602703fe (diff) |
misc changes
Diffstat (limited to 'src/grammar.hh')
-rw-r--r-- | src/grammar.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar.hh b/src/grammar.hh index 51a72fa..bc587d9 100644 --- a/src/grammar.hh +++ b/src/grammar.hh @@ -194,7 +194,7 @@ Sv::SparseVector<string, score_t>* f; r->target.push_back(item); } else if (j == 3) { // feature vector Sv::SparseVector<string, score_t>::from_s(r->f, buf); - // FIXME: this is slow!!! ^^^ + // FIXME: this is slow!!! } else if (j == 4) { // alignment } else { // error |