Trailing whitespace in Spatial searching

This commit is contained in:
Mael Rouxel-Labbé 2017-01-09 17:46:47 +01:00
parent e64f271451
commit fe8f36bcac
9 changed files with 114 additions and 116 deletions

View File

@ -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;
}