diff options
| author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 11:53:38 -0400 | 
|---|---|---|
| committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 11:53:38 -0400 | 
| commit | 4b6cdb02245c97cce70f60d778059c6c0fbab5a6 (patch) | |
| tree | 7ac9f39be47215c785377685c0414ee562276fdb /decoder/ff_const_reorder.cc | |
| parent | 5405acffd9c86ec80be4306807eda8e6ad284b89 (diff) | |
Allow erasure of part of state
Diffstat (limited to 'decoder/ff_const_reorder.cc')
| -rw-r--r-- | decoder/ff_const_reorder.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc index 8bd3f4e2..fc774c3a 100644 --- a/decoder/ff_const_reorder.cc +++ b/decoder/ff_const_reorder.cc @@ -1327,6 +1327,7 @@ struct ConstReorderFeatureImpl {  ConstReorderFeature::ConstReorderFeature(const std::string& param) {    pimpl_ = new ConstReorderFeatureImpl(param);    SetStateSize(ConstReorderFeatureImpl::ReserveStateSize()); +  SetIgnoredStateSize(ConstReorderFeatureImpl::ReserveStateSize());    name_ = "ConstReorderFeature";  }  | 
