Mercurial > hg > vamp-plugin-sdk
diff examples/SpectralCentroid.cpp @ 13:85801331454c
* Make static adapter map a pointer to avoid any confusion about static
destructor ordering
author | cannam |
---|---|
date | Thu, 06 Apr 2006 16:35:49 +0000 |
parents | 44113b1e296b |
children | 08ee18123f5a |
line wrap: on
line diff
--- a/examples/SpectralCentroid.cpp Thu Apr 06 15:12:25 2006 +0000 +++ b/examples/SpectralCentroid.cpp Thu Apr 06 16:35:49 2006 +0000 @@ -156,7 +156,7 @@ FeatureSet returnFeatures; - std::cerr << "power " << denom << ", block size " << m_blockSize << std::endl; +// std::cerr << "power " << denom << ", block size " << m_blockSize << std::endl; if (denom != 0.0) { float centroidLin = float(numLin / denom);