From 803e4f31acf4b662c363d1d6ce7c0dd4a2459e00 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 4 Jul 2015 08:29:54 -0400 Subject: [PATCH] Update header guard symbols to the new style. --- include/deal.II/lac/vector_view.h | 4 ++-- include/deal.II/numerics/point_value_history.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/vector_view.h b/include/deal.II/lac/vector_view.h index 8321d41124..4c30c8a895 100644 --- a/include/deal.II/lac/vector_view.h +++ b/include/deal.II/lac/vector_view.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef __dealii__vector_view_h -#define __dealii__vector_view_h +#ifndef dealii__vector_view_h +#define dealii__vector_view_h #include diff --git a/include/deal.II/numerics/point_value_history.h b/include/deal.II/numerics/point_value_history.h index 999e9ca952..a37243a24b 100644 --- a/include/deal.II/numerics/point_value_history.h +++ b/include/deal.II/numerics/point_value_history.h @@ -14,8 +14,8 @@ // --------------------------------------------------------------------- -#ifndef __dealii__point_value_history_h -#define __dealii__point_value_history_h +#ifndef dealii__point_value_history_h +#define dealii__point_value_history_h #include #include @@ -658,4 +658,4 @@ private: DEAL_II_NAMESPACE_CLOSE -#endif /* __dealii__point_value_history_h */ +#endif /* dealii__point_value_history_h */ -- 2.39.5