aboutsummaryrefslogtreecommitdiff
path: root/src/intensities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intensities.h')
-rw-r--r--src/intensities.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/intensities.h b/src/intensities.h
new file mode 100644
index 00000000..1a788f53
--- /dev/null
+++ b/src/intensities.h
@@ -0,0 +1,23 @@
+/*
+ * intensities.h
+ *
+ * Extract intensities from patterns
+ *
+ * (c) 2007-2009 Thomas White <thomas.white@desy.de>
+ *
+ * pattern_sim - Simulate diffraction patterns from small crystals
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifndef INTENSITIES_H
+#define INTENSITIES_H
+
+#include "image.h"
+
+extern void output_intensities(struct image *image);
+
+#endif /* INTENSITIES_H */