comparison data/fft/FFTFileCacheWriter.cpp @ 690:1424aa29ae95

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:26:52 +0100
parents 06f13a3b9e9e
children e802e550a1f2
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
186 186
187 void 187 void
188 FFTFileCacheWriter::allColumnsWritten() 188 FFTFileCacheWriter::allColumnsWritten()
189 { 189 {
190 #ifdef DEBUG_FFT_FILE_CACHE_WRITER 190 #ifdef DEBUG_FFT_FILE_CACHE_WRITER
191 DEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl; 191 SVDEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
192 #endif 192 #endif
193 m_mfc->close(); 193 m_mfc->close();
194 } 194 }
195 195