From f5208e3864722687a84e849239f1743155e7eda2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 13 Dec 2015 13:30:52 -0500 Subject: [PATCH] Update some include guards to the new style. These header files were added after the last check for old-style include guards. --- include/deal.II/base/tensor_product_polynomials_bubbles.h | 4 ++-- include/deal.II/distributed/shared_tria.h | 4 ++-- include/deal.II/distributed/tria_base.h | 4 ++-- include/deal.II/fe/fe_q_bubbles.h | 4 ++-- include/deal.II/lac/parpack_solver.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/include/deal.II/base/tensor_product_polynomials_bubbles.h b/include/deal.II/base/tensor_product_polynomials_bubbles.h index d8443fb533..fa8fef06a5 100644 --- a/include/deal.II/base/tensor_product_polynomials_bubbles.h +++ b/include/deal.II/base/tensor_product_polynomials_bubbles.h @@ -14,8 +14,8 @@ // // --------------------------------------------------------------------- -#ifndef __deal2__tensor_product_polynomials_bubbles_h -#define __deal2__tensor_product_polynomials_bubbles_h +#ifndef dealii__tensor_product_polynomials_bubbles_h +#define dealii__tensor_product_polynomials_bubbles_h #include diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index 59ac4c9483..577a48fc3e 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -14,8 +14,8 @@ // // --------------------------------------------------------------------- -#ifndef __deal2__distributed__shared_tria_h -#define __deal2__distributed__shared_tria_h +#ifndef dealii__distributed__shared_tria_h +#define dealii__distributed__shared_tria_h #include diff --git a/include/deal.II/distributed/tria_base.h b/include/deal.II/distributed/tria_base.h index 5217c2a5cd..be11f9a3cf 100644 --- a/include/deal.II/distributed/tria_base.h +++ b/include/deal.II/distributed/tria_base.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef __deal2__distributed__tria_base_h -#define __deal2__distributed__tria_base_h +#ifndef dealii__distributed__tria_base_h +#define dealii__distributed__tria_base_h #include diff --git a/include/deal.II/fe/fe_q_bubbles.h b/include/deal.II/fe/fe_q_bubbles.h index 1e6b9cd015..39d1301253 100644 --- a/include/deal.II/fe/fe_q_bubbles.h +++ b/include/deal.II/fe/fe_q_bubbles.h @@ -15,8 +15,8 @@ // --------------------------------------------------------------------- -#ifndef __deal2__fe_q_bubbles_h -#define __deal2__fe_q_bubbles_h +#ifndef dealii__fe_q_bubbles_h +#define dealii__fe_q_bubbles_h #include #include diff --git a/include/deal.II/lac/parpack_solver.h b/include/deal.II/lac/parpack_solver.h index 9f0a359938..9eb50b540e 100644 --- a/include/deal.II/lac/parpack_solver.h +++ b/include/deal.II/lac/parpack_solver.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef __deal2__parpack_solver_h -#define __deal2__parpack_solver_h +#ifndef dealii__parpack_solver_h +#define dealii__parpack_solver_h #include #include -- 2.39.5