Mercurial > hg > svcore
changeset 191:86766fef5467
* Fix slowness in serving FFT values to feature extraction plugin transform
(failure to call resume() on FFT model)
* Fix failure to update completion from time/value model
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 13:49:31 +0000 |
parents | 60ba218a54bb |
children | 900ac6667eab |
files | data/model/SparseModel.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/data/model/SparseModel.h Mon Oct 16 20:42:23 2006 +0000 +++ b/data/model/SparseModel.h Tue Oct 17 13:49:31 2006 +0000 @@ -508,6 +508,8 @@ void SparseModel<PointType>::setCompletion(int completion) { +// std::cerr << "SparseModel::setCompletion(" << completion << ")" << std::endl; + if (m_completion != completion) { m_completion = completion;