From 99aad0660982c06f3c69f94ea8fcc73c4c517941 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 11 Jul 2015 08:42:46 -0400 Subject: [PATCH] Update two more nonstandard include guards. --- include/deal.II/lac/lapack_templates.h | 4 ++-- tests/tests.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/lapack_templates.h b/include/deal.II/lac/lapack_templates.h index 7e19d7a45f..a3d8896e85 100644 --- a/include/deal.II/lac/lapack_templates.h +++ b/include/deal.II/lac/lapack_templates.h @@ -14,8 +14,8 @@ // --------------------------------------------------------------------- -#ifndef __LAPACK_TEMPLATES_H -#define __LAPACK_TEMPLATES_H +#ifndef dealii__lapack_templates_h +#define dealii__lapack_templates_h #include #include diff --git a/tests/tests.h b/tests/tests.h index ddbb108279..86b8a47be8 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef __tests_tests_h -#define __tests_tests_h +#ifndef dealii__tests_h +#define dealii__tests_h // common definitions used in all the tests @@ -462,4 +462,4 @@ struct SetGrainSizes DEAL_II_NAMESPACE_CLOSE -#endif // __tests_tests_h +#endif // dealii__tests_h -- 2.39.5