Mercurial > hg > svcore
comparison data/fileio/MatrixFile.cpp @ 570:8212c9d3b3b3
* remove some debug output
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 13:59:42 +0000 |
parents | 8accc7969c1c |
children | dfc4dd561bb6 |
comparison
equal
deleted
inserted
replaced
569:9773aadbae0c | 570:8212c9d3b3b3 |
---|---|
33 #include <cstdlib> | 33 #include <cstdlib> |
34 | 34 |
35 #include <QFileInfo> | 35 #include <QFileInfo> |
36 #include <QDir> | 36 #include <QDir> |
37 | 37 |
38 #define DEBUG_MATRIX_FILE 1 | 38 //#define DEBUG_MATRIX_FILE 1 |
39 //#define DEBUG_MATRIX_FILE_READ_SET 1 | 39 //#define DEBUG_MATRIX_FILE_READ_SET 1 |
40 | 40 |
41 #ifdef DEBUG_MATRIX_FILE_READ_SET | 41 #ifdef DEBUG_MATRIX_FILE_READ_SET |
42 #ifndef DEBUG_MATRIX_FILE | 42 #ifndef DEBUG_MATRIX_FILE |
43 #define DEBUG_MATRIX_FILE 1 | 43 #define DEBUG_MATRIX_FILE 1 |