From 07b5d2ab075a8a88ee8adbd0e6aa6c0e7e9f9fee Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Jan 2025 10:33:42 -0700 Subject: [PATCH] Fix misspellings. --- doc/news/changes/incompatibilities/20250116Bangerth | 2 +- include/deal.II/grid/tria_description.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/news/changes/incompatibilities/20250116Bangerth b/doc/news/changes/incompatibilities/20250116Bangerth index ca7cce0158..1cdb211923 100644 --- a/doc/news/changes/incompatibilities/20250116Bangerth +++ b/doc/news/changes/incompatibilities/20250116Bangerth @@ -7,7 +7,7 @@ that leads to other problems. As a consequence, `deal.II/grid/tria.h` now no longer includes `deal.II/grid/tria_description.h`. If your program uses the CellData, SubCellData, or similar classes previously declared in `deal.II/grid/tria_description.h`, then you may want to -explicitly include `deal.II/grid/tria_cell_data.h` (for the +explicitly include `deal.II/grid/cell_data.h` (for the CellData and SubCellData classes) or `deal.II/grid/tria_description.h` (for the classes in namespace TriaDescription) in your program. diff --git a/include/deal.II/grid/tria_description.h b/include/deal.II/grid/tria_description.h index 35ad5807e0..729f8c3fee 100644 --- a/include/deal.II/grid/tria_description.h +++ b/include/deal.II/grid/tria_description.h @@ -12,8 +12,8 @@ // // ------------------------------------------------------------------------ -#ifndef dealii_grid_construction_utilities_h -#define dealii_grid_construction_utilities_h +#ifndef dealii_grid_tria_description_h +#define dealii_grid_tria_description_h #include -- 2.39.5