]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed typo in include guard
authorMathias Anselmann <mathias.anselmann@posteo.de>
Fri, 7 Jun 2019 12:33:14 +0000 (14:33 +0200)
committerMathias Anselmann <mathias.anselmann@posteo.de>
Fri, 7 Jun 2019 12:33:14 +0000 (14:33 +0200)
tests/dofs/dof_tools_common_fake_hp.h

index 16a9e8ed51b9c4417a7aa63e201ccaa3a1cfe9bb..c5180c07d880fc98529bd724e799399cf6ac564c 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.