mirror of https://github.com/CGAL/cgal
Remove trailing whitespace
This commit is contained in:
parent
0409e2b48d
commit
6b2dad145a
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue