aboutsummaryrefslogtreecommitdiff
path: root/src/reax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reax.h')
-rw-r--r--src/reax.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/reax.h b/src/reax.h
deleted file mode 100644
index 543cd0d5..00000000
--- a/src/reax.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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_cleanup(IndexingPrivate *pp);
-
-extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell);
-
-#endif /* REAX_H */