diff data/fft/FFTFileCacheReader.cpp @ 1086:9f4505ac9072

Tidy dense time-value model API a bit; add first simple unit test for FFT model
author Chris Cannam
date Wed, 10 Jun 2015 17:06:02 +0100
parents 027d8b943be5
children
line wrap: on
line diff
--- a/data/fft/FFTFileCacheReader.cpp	Wed Jun 10 14:44:09 2015 +0100
+++ b/data/fft/FFTFileCacheReader.cpp	Wed Jun 10 17:06:02 2015 +0100
@@ -26,7 +26,6 @@
 
 //#define DEBUG_FFT_FILE_CACHE_READER 1
 
-
 // The underlying matrix has height (m_height * 2 + 1).  In each
 // column we store magnitude at [0], [2] etc and phase at [1], [3]
 // etc, and then store the normalization factor (maximum magnitude) at