Mercurial > hg > qm-vamp-plugins
comparison plugins/ChromagramPlugin.cpp @ 130:c655fa61884f
* Solaris build fixes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 14 Sep 2009 13:01:57 +0000 |
parents | 4a354c18e688 |
children | dcf5800f0f00 |
comparison
equal
deleted
inserted
replaced
129:1a24b134cd79 | 130:c655fa61884f |
---|---|
371 /* | 371 /* |
372 if (printThis) { | 372 if (printThis) { |
373 cerr << value << " "; | 373 cerr << value << " "; |
374 } | 374 } |
375 */ | 375 */ |
376 if (isnan(value)) value = 0.0; | 376 if (ISNAN(value)) value = 0.0; |
377 m_binsums[i] += value; | 377 m_binsums[i] += value; |
378 feature.values.push_back(value); | 378 feature.values.push_back(value); |
379 } | 379 } |
380 feature.label = ""; | 380 feature.label = ""; |
381 ++m_count; | 381 ++m_count; |