replaced Object

This commit is contained in:
Efi Fogel 2012-02-07 13:57:36 +00:00
parent 178e7a89a5
commit 4a20a898d7
1 changed files with 6 additions and 6 deletions

View File

@ -22,8 +22,8 @@
#define CGAL_ARR_LANDMARKS_NEAREST_NEIGHBOR_H #define CGAL_ARR_LANDMARKS_NEAREST_NEIGHBOR_H
/*! \file /*! \file
* Definition of the Arr_landmarks_nearest_neighbor<Arrangement> template. * Definition of the Arr_landmarks_nearest_neighbor<Arrangement> template.
*/ */
#include <CGAL/basic.h> #include <CGAL/basic.h>
#include <CGAL/Search_traits.h> #include <CGAL/Search_traits.h>
#include <CGAL/Orthogonal_k_neighbor_search.h> #include <CGAL/Orthogonal_k_neighbor_search.h>
@ -36,10 +36,10 @@
namespace CGAL { namespace CGAL {
/*! \class /*! \class
* A class that answers nearest neighbor queries. * A class that answers nearest neighbor queries.
* It recieves a set of points, and builds a kd-tree for them. * It recieves a set of points, and builds a kd-tree for them.
* Given a query point, it finds the closest point to the query. * Given a query point, it finds the closest point to the query.
*/ */
template <typename Arrangement_> template <typename Arrangement_>
class Arr_landmarks_nearest_neighbor { class Arr_landmarks_nearest_neighbor {
public: public: