Mercurial > hg > svcore
diff data/fileio/MatrixFile.cpp @ 153:8d92611901d3
...
author | Chris Cannam |
---|---|
date | Wed, 02 Aug 2006 16:42:17 +0000 |
parents | 4b2ea82fd0ed |
children | 6ec58bb8f729 |
line wrap: on
line diff
--- a/data/fileio/MatrixFile.cpp Mon Jul 31 17:05:18 2006 +0000 +++ b/data/fileio/MatrixFile.cpp Wed Aug 02 16:42:17 2006 +0000 @@ -32,12 +32,14 @@ #include <QFileInfo> #include <QDir> -//#define DEBUG_MATRIX_FILE 1 -//#define DEBUG_MATRIX_FILE_READ_SET 1 +#define DEBUG_MATRIX_FILE 1 +#define DEBUG_MATRIX_FILE_READ_SET 1 #ifdef DEBUG_MATRIX_FILE_READ_SET +#ifndef DEBUG_MATRIX_FILE #define DEBUG_MATRIX_FILE 1 #endif +#endif std::map<QString, int> MatrixFile::m_refcount; QMutex MatrixFile::m_refcountMutex;