Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 194:10e897e6dcba
...
author | Chris Cannam |
---|---|
date | Thu, 19 Oct 2006 09:56:53 +0000 |
parents | bf1f256864de |
children | c92a605f6b59 |
comparison
equal
deleted
inserted
replaced
193:bf1f256864de | 194:10e897e6dcba |
---|---|
24 | 24 |
25 #include "base/StorageAdviser.h" | 25 #include "base/StorageAdviser.h" |
26 #include "base/Profiler.h" | 26 #include "base/Profiler.h" |
27 | 27 |
28 | 28 |
29 #define DEBUG_FFT_SERVER 1 | 29 //#define DEBUG_FFT_SERVER 1 |
30 #define DEBUG_FFT_SERVER_FILL 1 | 30 //#define DEBUG_FFT_SERVER_FILL 1 |
31 | 31 |
32 #ifdef DEBUG_FFT_SERVER_FILL | 32 #ifdef DEBUG_FFT_SERVER_FILL |
33 #ifndef DEBUG_FFT_SERVER | 33 #ifndef DEBUG_FFT_SERVER |
34 #define DEBUG_FFT_SERVER 1 | 34 #define DEBUG_FFT_SERVER 1 |
35 #endif | 35 #endif |