aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index-priv.h')
-rw-r--r--libcrystfel/src/index-priv.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/libcrystfel/src/index-priv.h b/libcrystfel/src/index-priv.h
new file mode 100644
index 00000000..3d8c8a22
--- /dev/null
+++ b/libcrystfel/src/index-priv.h
@@ -0,0 +1,29 @@
+/*
+ * index-priv.h
+ *
+ * Indexing private data
+ *
+ * (c) 2006-2010 Thomas White <taw@physics.org>
+ *
+ * Part of CrystFEL - crystallography with a FEL
+ *
+ */
+
+
+#ifndef INDEXPRIV_H
+#define INDEXPRIV_H
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
+#include "index.h"
+
+struct _indexingprivate
+{
+ IndexingMethod indm;
+};
+
+
+#endif /* INDEXPRIV_H */