Mercurial > hg > svcore
comparison data/fileio/MatrixFile.cpp @ 453:1f15beefcd76
* debug
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 12:22:02 +0000 |
parents | cff476cfce77 |
children | 3e0f1f7bec85 |
comparison
equal
deleted
inserted
replaced
452:325112751f0e | 453:1f15beefcd76 |
---|---|
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 |