From: Mathias Anselmann Date: Fri, 7 Jun 2019 12:33:14 +0000 (+0200) Subject: fixed typo in include guard X-Git-Tag: v9.2.0-rc1~1436^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f233a97dd2802148f601494384e1adb34b1f0e;p=dealii.git fixed typo in include guard --- 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