aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/reflections.h b/src/reflections.h
index ac08133..624c1ce 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -4,17 +4,18 @@
* Data structures in 3D space
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
+#ifndef REFLECTION_H
+#define REFLECTION_H
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#ifndef REFLECTION_H
-#define REFLECTION_H
-
typedef enum {
REFLECTION_NORMAL, /* Measured - expressed as x, y, z position */
REFLECTION_CENTRAL, /* The central beam */