From: Luca Heltai Date: Mon, 14 Aug 2017 00:40:36 +0000 (-0600) Subject: Removed reference to deal3lkit, fixed KDTree names. X-Git-Tag: v9.0.0-rc1~1262^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5953911a47328d9c7e75f7a56ae35ca17ef567;p=dealii.git Removed reference to deal3lkit, fixed KDTree names. --- 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;