Remove trailing whitespace

This commit is contained in:
Simon Giraudot 2020-04-01 07:59:15 +02:00
parent 0409e2b48d
commit 6b2dad145a
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ public:
it = m_tr->input_points_begin(); it != m_tr->input_points_end(); ++ it)
if (random.get_double() >= ratio)
some_points.push_back (it);
CGAL_TRACE_STREAM << "SPECIAL PASS that uses an approximation of the result (approximation ratio: "
<< approximation_ratio << ")" << std::endl;
CGAL::Timer approximation_timer; approximation_timer.start();