mirror of https://github.com/CGAL/cgal
Turn on TAUCS trace with DEBUG_TRACE preprocessor definition (temporary)
This commit is contained in:
parent
9e8ba2d568
commit
b6146fd8a7
|
|
@ -90,13 +90,13 @@ public:
|
||||||
{
|
{
|
||||||
D = 1; // TAUCS does not support homogeneous coordinates
|
D = 1; // TAUCS does not support homogeneous coordinates
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifdef DEBUG_TRACE
|
||||||
// Turn on TAUCS trace
|
// Turn on TAUCS trace
|
||||||
std::cerr.flush();
|
std::cerr.flush();
|
||||||
taucs_logfile("stderr");
|
taucs_logfile("stderr");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#ifndef NDEBUG
|
//#ifdef DEBUG_TRACE
|
||||||
// // Debug trace
|
// // Debug trace
|
||||||
// fprintf(stderr, "\n");
|
// fprintf(stderr, "\n");
|
||||||
// fprintf(stderr, "linear_solver:\n");
|
// fprintf(stderr, "linear_solver:\n");
|
||||||
|
|
@ -208,13 +208,13 @@ public:
|
||||||
{
|
{
|
||||||
D = 1; // TAUCS does not support homogeneous coordinates
|
D = 1; // TAUCS does not support homogeneous coordinates
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifdef DEBUG_TRACE
|
||||||
// Turn on TAUCS trace
|
// Turn on TAUCS trace
|
||||||
std::cerr.flush();
|
std::cerr.flush();
|
||||||
taucs_logfile("stderr");
|
taucs_logfile("stderr");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#ifndef NDEBUG
|
//#ifdef DEBUG_TRACE
|
||||||
// // Debug trace
|
// // Debug trace
|
||||||
// fprintf(stderr, "\n");
|
// fprintf(stderr, "\n");
|
||||||
// fprintf(stderr, "linear_solver:\n");
|
// fprintf(stderr, "linear_solver:\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue