From: David Wells Date: Sat, 11 Jul 2015 12:42:46 +0000 (-0400) Subject: Update two more nonstandard include guards. X-Git-Tag: v8.3.0-rc1~22^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1120%2Fhead;p=dealii.git Update two more nonstandard include guards. --- 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