aboutsummaryrefslogtreecommitdiff
path: root/src/mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapping.h')
-rw-r--r--src/mapping.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mapping.h b/src/mapping.h
new file mode 100644
index 0000000..f40d8f1
--- /dev/null
+++ b/src/mapping.h
@@ -0,0 +1,25 @@
+/*
+ * mapping.h
+ *
+ * 3D Mapping
+ *
+ * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
+ * dtr - Diffraction Tomography Reconstruction
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef MAPPING_H
+#define MAPPING_H
+
+#include "reflections.h"
+#include "control.h"
+
+extern ReflectionContext *mapping_create(ControlContext *ctx);
+
+#endif /* MAPPING_H */
+