]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate nanoflann. 8081/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 10 May 2019 17:22:49 +0000 (13:22 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 10 May 2019 17:25:23 +0000 (13:25 -0400)
We have reached a consensus that boost's rtree is superior.

doc/news/changes/major/20190510DavidWells [new file with mode: 0644]
include/deal.II/numerics/kdtree.h

diff --git a/doc/news/changes/major/20190510DavidWells b/doc/news/changes/major/20190510DavidWells
new file mode 100644 (file)
index 0000000..eb44b43
--- /dev/null
@@ -0,0 +1,4 @@
+Deprecated: deal.II's nanoflann bindings (i.e., the KDTree class) have been
+deprecated in favor of using <code>boost::geometry::index::rtree</code>.
+<br>
+(2019/05/10, David Wells)
index c5959b7016fea9be554a713de8dad3c3107e07d4..7d3b35acceb072c821bb3cd16fa75a5d03126d24 100644 (file)
@@ -56,10 +56,13 @@ DEAL_II_NAMESPACE_OPEN
  * > case, the hyperplane would be set by the $x$-value of the point, and its
  * > normal would be the unit $x$-axis.
  *
+ * @deprecated This class has been deprecated in favor of RTree, which is
+ * based on <code>boost::geometry::index::rtree</code>.
+ *
  * @author Luca Heltai, 2017.
  */
 template <int dim>
-class KDTree
+class DEAL_II_DEPRECATED KDTree
 {
 public:
   /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.