Turn on TAUCS trace with DEBUG_TRACE preprocessor definition (temporary)

This commit is contained in:
Laurent Saboret 2006-03-20 15:52:38 +00:00
parent 9e8ba2d568
commit b6146fd8a7
1 changed files with 4 additions and 4 deletions

View File

@ -90,13 +90,13 @@ public:
{
D = 1; // TAUCS does not support homogeneous coordinates
#ifndef NDEBUG
#ifdef DEBUG_TRACE
// Turn on TAUCS trace
std::cerr.flush();
taucs_logfile("stderr");
#endif
//#ifndef NDEBUG
//#ifdef DEBUG_TRACE
// // Debug trace
// fprintf(stderr, "\n");
// fprintf(stderr, "linear_solver:\n");
@ -208,13 +208,13 @@ public:
{
D = 1; // TAUCS does not support homogeneous coordinates
#ifndef NDEBUG
#ifdef DEBUG_TRACE
// Turn on TAUCS trace
std::cerr.flush();
taucs_logfile("stderr");
#endif
//#ifndef NDEBUG
//#ifdef DEBUG_TRACE
// // Debug trace
// fprintf(stderr, "\n");
// fprintf(stderr, "linear_solver:\n");