diff data/fft/FFTDataServer.cpp @ 455:3e0f1f7bec85

* Fix a nasty and long-standing race condition in MatrixFile's use of FileReadThread that was causing crashes sometimes
author Chris Cannam
date Thu, 09 Oct 2008 20:10:28 +0000
parents 325112751f0e
children b6dc6c7f402c
line wrap: on
line diff
--- a/data/fft/FFTDataServer.cpp	Thu Oct 09 13:13:33 2008 +0000
+++ b/data/fft/FFTDataServer.cpp	Thu Oct 09 20:10:28 2008 +0000
@@ -27,7 +27,7 @@
 #include "base/Profiler.h"
 #include "base/Thread.h" // for debug mutex locker
 
-#define DEBUG_FFT_SERVER 1
+//#define DEBUG_FFT_SERVER 1
 //#define DEBUG_FFT_SERVER_FILL 1
 
 #ifdef DEBUG_FFT_SERVER_FILL