From 61f233a97dd2802148f601494384e1adb34b1f0e Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Fri, 7 Jun 2019 14:33:14 +0200 Subject: [PATCH] fixed typo in include guard --- tests/dofs/dof_tools_common_fake_hp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/dofs/dof_tools_common_fake_hp.h b/tests/dofs/dof_tools_common_fake_hp.h index 16a9e8ed51..c5180c07d8 100644 --- a/tests/dofs/dof_tools_common_fake_hp.h +++ b/tests/dofs/dof_tools_common_fake_hp.h @@ -13,8 +13,8 @@ // // --------------------------------------------------------------------- -#ifndef dealii_dof_tools_common_fake_hp.h -#define dealii_dof_tools_common_fake_hp .h +#ifndef dealii_dof_tools_common_fake_hp_h +#define dealii_dof_tools_common_fake_hp_h // fake hp check_this function that does nothing template <> @@ -80,4 +80,4 @@ check_this(const hp::DoFHandler<3, 3> &dof_handler) // nothing to do here } -#endif // dealii_dof_tools_common_fake_hp.h +#endif // dealii_dof_tools_common_fake_hp_h -- 2.39.5