code refactoring

This commit is contained in:
Pavel Emeliyanenko 2008-06-26 13:44:26 +00:00
parent 5897f3e0de
commit a77d42ce8e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public:
Point_2 operator()(const X_coordinate_1& x,
const Curve_analysis_2& c, int arcno, const Arc_2& arc) {
CGAL::set_pretty_mode(std::cerr);
//CGAL::set_pretty_mode(std::cerr);
CERR("Construct_pt_on_arc: " << CGAL::to_double(x) << ", " << arcno <<
", " << c.id() << "\narc = " << arc << "\n");