]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Removed reference to deal3lkit, fixed KDTree names. 4825/head
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 14 Aug 2017 00:40:36 +0000 (18:40 -0600)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 14 Aug 2017 01:03:27 +0000 (19:03 -0600)
tests/numerics/kdtree_01.cc
tests/numerics/kdtree_02.cc
tests/numerics/kdtree_03.cc

index 9879dd38a6ec94cc13ffcf8c3cf8dcfc33ab2a8a..1ced1143d7ba38dedc17c187bb216478fa44cce8 100644 (file)
@@ -9,7 +9,7 @@
 // Public License as published by the Free Software Foundation; either
 // version 2.1 of the License, or (at your option) any later version.
 // The full text of the license can be found in the file LICENSE at
-// the top level of the deal2lkit distribution.
+// the top level of the deal.II distribution.
 //
 //---------------------------------------------------------------------
 
@@ -24,7 +24,7 @@ int main ()
 {
   initlog();
 
-  KDTreeDistance<2> kdtree;
+  KDTree<2> kdtree;
 
   std::vector<Point<2> > points;
 
index ff423b7f73a058a84416622633cc24f5ccfe6118..3a087ad7e8fc8d93792a6fa6153e9684b04b49f4 100644 (file)
@@ -9,7 +9,7 @@
 // Public License as published by the Free Software Foundation; either
 // version 2.1 of the License, or (at your option) any later version.
 // The full text of the license can be found in the file LICENSE at
-// the top level of the deal2lkit distribution.
+// the top level of the deal.II distribution.
 //
 //---------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ int main ()
 {
   initlog();
 
-  KDTreeDistance<2> kdtree;
+  KDTree<2> kdtree;
 
   std::vector<Point<2> > points;
 
index b7fefa610de11522e3318920bc5158c8d61633b4..2f91afbbfdcce4a1ae02cc1cdbbc7ff316734bc9 100644 (file)
@@ -9,7 +9,7 @@
 // Public License as published by the Free Software Foundation; either
 // version 2.1 of the License, or (at your option) any later version.
 // The full text of the license can be found in the file LICENSE at
-// the top level of the deal2lkit distribution.
+// the top level of the deal.II distribution.
 //
 //---------------------------------------------------------------------
 
@@ -22,7 +22,7 @@ int main ()
 {
   initlog();
 
-  KDTreeDistance<2> kdtree;
+  KDTree<2> kdtree;
 
   std::vector<Point<2> > points;
 

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.