From 0f5953911a47328d9c7e75f7a56ae35ca17ef567 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sun, 13 Aug 2017 18:40:36 -0600 Subject: [PATCH] Removed reference to deal3lkit, fixed KDTree names. --- tests/numerics/kdtree_01.cc | 4 ++-- tests/numerics/kdtree_02.cc | 4 ++-- tests/numerics/kdtree_03.cc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/numerics/kdtree_01.cc b/tests/numerics/kdtree_01.cc index 9879dd38a6..1ced1143d7 100644 --- a/tests/numerics/kdtree_01.cc +++ b/tests/numerics/kdtree_01.cc @@ -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 > points; diff --git a/tests/numerics/kdtree_02.cc b/tests/numerics/kdtree_02.cc index ff423b7f73..3a087ad7e8 100644 --- a/tests/numerics/kdtree_02.cc +++ b/tests/numerics/kdtree_02.cc @@ -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 > points; diff --git a/tests/numerics/kdtree_03.cc b/tests/numerics/kdtree_03.cc index b7fefa610d..2f91afbbfd 100644 --- a/tests/numerics/kdtree_03.cc +++ b/tests/numerics/kdtree_03.cc @@ -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 > points; -- 2.39.5