From 4417dabb492eb07bec9834bc9bc99165cd054c73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Aug 2010 14:46:42 +0200 Subject: indexamajig: Prepare for other indexing methods which need initial setup --- src/index-priv.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/index-priv.h (limited to 'src/index-priv.h') diff --git a/src/index-priv.h b/src/index-priv.h new file mode 100644 index 00000000..3d8c8a22 --- /dev/null +++ b/src/index-priv.h @@ -0,0 +1,29 @@ +/* + * index-priv.h + * + * Indexing private data + * + * (c) 2006-2010 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef INDEXPRIV_H +#define INDEXPRIV_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +#include "index.h" + +struct _indexingprivate +{ + IndexingMethod indm; +}; + + +#endif /* INDEXPRIV_H */ -- cgit v1.2.3