aboutsummaryrefslogtreecommitdiff
path: root/src/reax.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-28 16:49:59 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:35 +0100
commit90b6f53e9cdc77cfc7d5de2cd3990678e4cf0df5 (patch)
tree82fa5466e74d95c08358db3591721a4a1bfeb49c /src/reax.h
parentae14f700da6b8a2f2aabcd6a9354e30911474843 (diff)
Initial ReAx work
Diffstat (limited to 'src/reax.h')
-rw-r--r--src/reax.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/reax.h b/src/reax.h
new file mode 100644
index 00000000..8af6d3dc
--- /dev/null
+++ b/src/reax.h
@@ -0,0 +1,27 @@
+/*
+ * reax.h
+ *
+ * A new auto-indexer
+ *
+ * (c) 2011 Thomas White <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+
+#ifndef REAX_H
+#define REAX_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include "cell.h"
+
+extern IndexingPrivate *reax_prepare(void);
+
+extern void reax_index(struct image *image, UnitCell *cell);
+
+
+#endif /* REAX_H */