comparison 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
comparison
equal deleted inserted replaced
435:824a87450f81 436:cff476cfce77
514 if (m_mode == ReadWrite) std::cerr << " for writing"; 514 if (m_mode == ReadWrite) std::cerr << " for writing";
515 std::cerr << std::endl; 515 std::cerr << std::endl;
516 throw FailedToOpenFile(m_fileName); 516 throw FailedToOpenFile(m_fileName);
517 } 517 }
518 518
519 #ifdef DEBUG_MATRIX_FILE
519 std::cerr << "MatrixFile(" << this << ":" << m_fileName.toStdString() << ")::resume(): fd is " << m_fd << std::endl; 520 std::cerr << "MatrixFile(" << this << ":" << m_fileName.toStdString() << ")::resume(): fd is " << m_fd << std::endl;
521 #endif
520 } 522 }
521 523
522 static int alloc = 0; 524 static int alloc = 0;
523 525
524 void 526 void