aboutsummaryrefslogtreecommitdiff
path: root/src/reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflection.h')
-rw-r--r--src/reflection.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/reflection.h b/src/reflection.h
index fea4729..19328a7 100644
--- a/src/reflection.h
+++ b/src/reflection.h
@@ -1,9 +1,11 @@
+/* $Header$ */
+
+#ifndef REFLECTIONSYMMETRY_H
+#define REFLECTIONSYMMETRY_H
+
#include "cctk.h"
#include "cctk_Arguments.h"
-#ifndef REFLECTION_H
-#define REFLECTION_H
-
CCTK_INT
ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH,
CCTK_INT const N_dims,
@@ -26,4 +28,4 @@ ReflectionSymmetry_Register (CCTK_ARGUMENTS);
void
ReflectionSymmetry_Apply (CCTK_ARGUMENTS);
-#endif /* REFLECTION_H */
+#endif /* ! defined REFLECTIONSYMMETRY_H */