Mercurial > hg > svcore
diff data/fileio/MatrixFile.cpp @ 436:cff476cfce77 sv1-v1.3 sv1-v1.3rc1
* Updates for 1.3
author | Chris Cannam |
---|---|
date | Thu, 10 Jul 2008 12:50:56 +0000 |
parents | 5e4238d08caa |
children | 1f15beefcd76 |
line wrap: on
line diff
--- a/data/fileio/MatrixFile.cpp Mon Jul 07 17:17:49 2008 +0000 +++ b/data/fileio/MatrixFile.cpp Thu Jul 10 12:50:56 2008 +0000 @@ -516,7 +516,9 @@ throw FailedToOpenFile(m_fileName); } +#ifdef DEBUG_MATRIX_FILE std::cerr << "MatrixFile(" << this << ":" << m_fileName.toStdString() << ")::resume(): fd is " << m_fd << std::endl; +#endif } static int alloc = 0;