Mercurial > hg > svcore
diff data/model/SparseModel.h @ 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 | 4b2ea82fd0ed |
children | 21b9b25bff48 |
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;