From 818cb7e99cf131f612e08b85904747b6a462f2c0 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 3 May 2018 20:30:10 -0400 Subject: [PATCH] Fix some header inclusion symbols. --- include/deal.II/base/polynomials_rt_bubbles.h | 4 ++-- include/deal.II/fe/fe_rt_bubbles.h | 4 ++-- include/deal.II/matrix_free/evaluation_selector.h | 4 ++-- include/deal.II/matrix_free/task_info.h | 4 ++-- include/deal.II/particles/property_pool.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/deal.II/base/polynomials_rt_bubbles.h b/include/deal.II/base/polynomials_rt_bubbles.h index d66c13fab2..34b22e818c 100644 --- a/include/deal.II/base/polynomials_rt_bubbles.h +++ b/include/deal.II/base/polynomials_rt_bubbles.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef dealii__polynomials_rt_bubbles_h -#define dealii__polynomials_rt_bubbles_h +#ifndef dealii_polynomials_rt_bubbles_h +#define dealii_polynomials_rt_bubbles_h #include diff --git a/include/deal.II/fe/fe_rt_bubbles.h b/include/deal.II/fe/fe_rt_bubbles.h index 9acadfcb30..823fc7dbe8 100644 --- a/include/deal.II/fe/fe_rt_bubbles.h +++ b/include/deal.II/fe/fe_rt_bubbles.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef dealii__fe_raviart_thomas_bubbles_h -#define dealii__fe_raviart_thomas_bubbles_h +#ifndef dealii_fe_raviart_thomas_bubbles_h +#define dealii_fe_raviart_thomas_bubbles_h #include #include diff --git a/include/deal.II/matrix_free/evaluation_selector.h b/include/deal.II/matrix_free/evaluation_selector.h index ae7a27fa1f..2a8c2f7f28 100644 --- a/include/deal.II/matrix_free/evaluation_selector.h +++ b/include/deal.II/matrix_free/evaluation_selector.h @@ -14,8 +14,8 @@ // --------------------------------------------------------------------- -#ifndef dealii__matrix_free_evaluation_selector_h -#define dealii__matrix_free_evaluation_selector_h +#ifndef dealii_matrix_free_evaluation_selector_h +#define dealii_matrix_free_evaluation_selector_h #include diff --git a/include/deal.II/matrix_free/task_info.h b/include/deal.II/matrix_free/task_info.h index c9f4b70cbc..c58305267b 100644 --- a/include/deal.II/matrix_free/task_info.h +++ b/include/deal.II/matrix_free/task_info.h @@ -14,8 +14,8 @@ // --------------------------------------------------------------------- -#ifndef __deal2__matrix_free_task_info_h -#define __deal2__matrix_free_task_info_h +#ifndef dealii_matrix_free_task_info_h +#define dealii_matrix_free_task_info_h #include diff --git a/include/deal.II/particles/property_pool.h b/include/deal.II/particles/property_pool.h index 480189aa78..ef452c81dc 100644 --- a/include/deal.II/particles/property_pool.h +++ b/include/deal.II/particles/property_pool.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef dealii__particles_property_pool_h -#define dealii__particles_property_pool_h +#ifndef dealii_particles_property_pool_h +#define dealii_particles_property_pool_h #include -- 2.39.5