From f7d118ec0bc9e7dd964bbb9a8bc4fad46b8412d7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 13 Jan 2010 10:46:44 +0100 Subject: Make DirAx use optional --- src/index.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/index.h (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h new file mode 100644 index 00000000..ea0b4485 --- /dev/null +++ b/src/index.h @@ -0,0 +1,25 @@ +/* + * index.h + * + * Perform indexing (somehow) + * + * (c) 2006-2009 Thomas White + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef INDEX_H +#define INDEX_H + +#ifdef HAVE_CONFIG_H +#include +#endif + + +extern void index_pattern(struct image *image, int no_index, int dump_peaks, + int use_dirax); + + +#endif /* INDEX_H */ -- cgit v1.2.3