mirror of https://github.com/CGAL/cgal
Trailing whitespace in Spatial searching
This commit is contained in:
parent
e64f271451
commit
fe8f36bcac
|
|
@ -26,7 +26,6 @@ typedef Point_with_info_helper<Point>::type
|
|||
typedef Point_property_map<Point> Ppmap;
|
||||
typedef CGAL::Search_traits_adapter<Point_with_info,Ppmap,Traits> Traits_with_info;
|
||||
|
||||
|
||||
template <class Traits>
|
||||
void run(std::list<Point> all_points){
|
||||
typedef CGAL::Fuzzy_sphere<Traits> Fuzzy_circle;
|
||||
|
|
@ -107,4 +106,3 @@ int main() {
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue