From: David Wells Date: Sat, 18 Jan 2025 19:24:54 +0000 (-0500) Subject: Mark two headers as early deprecated. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3232fb74abce7890fdcb9cf994f648653f04ce;p=dealii.git Mark two headers as early deprecated. --- diff --git a/include/deal.II/grid/tria_accessor.templates.h b/include/deal.II/grid/tria_accessor.templates.h index df7aa5965b..ff258784fa 100644 --- a/include/deal.II/grid/tria_accessor.templates.h +++ b/include/deal.II/grid/tria_accessor.templates.h @@ -19,7 +19,9 @@ #include +#ifdef DEAL_II_EARLY_DEPRECATIONS DEAL_II_WARNING("This file is deprecated." "Use deal.II/grid/tria_accessor.h instead.") +#endif #endif diff --git a/include/deal.II/grid/tria_iterator.templates.h b/include/deal.II/grid/tria_iterator.templates.h index 20c5a6ce0c..43f1e6f415 100644 --- a/include/deal.II/grid/tria_iterator.templates.h +++ b/include/deal.II/grid/tria_iterator.templates.h @@ -19,7 +19,9 @@ #include +#ifdef DEAL_II_EARLY_DEPRECATIONS DEAL_II_WARNING("This file is deprecated." "Use deal.II/grid/tria_iterator.h instead.") +#endif #endif