comparison data/fft/FFTFileCacheWriter.cpp @ 742:c10cb8782576 coreaudio_tests

Merge from branch "default"
author Chris Cannam
date Sun, 01 Jul 2012 11:53:00 +0100
parents 1424aa29ae95
children e802e550a1f2
comparison
equal deleted inserted replaced
666:4efa7429cd85 742:c10cb8782576
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 std::cerr << "FFTFileCacheWriter::allColumnsWritten" << std::endl; 191 SVDEBUG << "FFTFileCacheWriter::allColumnsWritten" << endl;
192 #endif 192 #endif
193 m_mfc->close(); 193 m_mfc->close();
194 } 194 }
195 195