From: Martin Kronbichler Date: Thu, 13 Jun 2019 08:32:24 +0000 (+0200) Subject: Remove deprecated tria_boundary*.h X-Git-Tag: v9.2.0-rc1~1432^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8318%2Fhead;p=dealii.git Remove deprecated tria_boundary*.h --- diff --git a/doc/news/changes/incompatibilities/20190613MartinKronbichler b/doc/news/changes/incompatibilities/20190613MartinKronbichler new file mode 100644 index 0000000000..b0c90e27a5 --- /dev/null +++ b/doc/news/changes/incompatibilities/20190613MartinKronbichler @@ -0,0 +1,4 @@ +Removed: The deprecated headers `deal.II/grid/tria_boundary.h` and +`deal.II/grid/tria_boundary_lib.h` have been removed. +
+(Martin Kronbichler, 2019/06/13) diff --git a/include/deal.II/grid/tria_boundary.h b/include/deal.II/grid/tria_boundary.h deleted file mode 100644 index 2571178f4b..0000000000 --- a/include/deal.II/grid/tria_boundary.h +++ /dev/null @@ -1,23 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 1998 - 2018 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// 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 deal.II distribution. -// -// --------------------------------------------------------------------- - -#ifndef dealii_tria_boundary_h -#define dealii_tria_boundary_h - -#include - -DEAL_II_WARNING("This file is deprecated. Use the Manifold classes instead.") - -#endif diff --git a/include/deal.II/grid/tria_boundary_lib.h b/include/deal.II/grid/tria_boundary_lib.h deleted file mode 100644 index fed6712823..0000000000 --- a/include/deal.II/grid/tria_boundary_lib.h +++ /dev/null @@ -1,23 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 1998 - 2018 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// 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 deal.II distribution. -// -// --------------------------------------------------------------------- - -#ifndef dealii_tria_boundary_lib_h -#define dealii_tria_boundary_lib_h - -#include - -DEAL_II_WARNING("This file is deprecated.Use the Manifold classes instead.") - -#endif diff --git a/tests/ad_common_tests/step-44-helper_scalar_01.h b/tests/ad_common_tests/step-44-helper_scalar_01.h index e6479a8e6d..51378aae85 100644 --- a/tests/ad_common_tests/step-44-helper_scalar_01.h +++ b/tests/ad_common_tests/step-44-helper_scalar_01.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include diff --git a/tests/ad_common_tests/step-44-helper_vector_01.h b/tests/ad_common_tests/step-44-helper_vector_01.h index e8e80cbec3..2085055768 100644 --- a/tests/ad_common_tests/step-44-helper_vector_01.h +++ b/tests/ad_common_tests/step-44-helper_vector_01.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include diff --git a/tests/adolc/step-44.cc b/tests/adolc/step-44.cc index 7f9cf80ebd..a89b71c0a8 100644 --- a/tests/adolc/step-44.cc +++ b/tests/adolc/step-44.cc @@ -40,7 +40,6 @@ #include #include #include -#include #include #include