diff --git a/Surface_mesh_parameterization/include/CGAL/Taucs_solver_traits.h b/Surface_mesh_parameterization/include/CGAL/Taucs_solver_traits.h index 8db5621bfa8..b4156e8c5aa 100644 --- a/Surface_mesh_parameterization/include/CGAL/Taucs_solver_traits.h +++ b/Surface_mesh_parameterization/include/CGAL/Taucs_solver_traits.h @@ -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");