diff options
Diffstat (limited to 'src/dirax.h')
-rw-r--r-- | src/dirax.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dirax.h b/src/dirax.h new file mode 100644 index 00000000..2facc4f6 --- /dev/null +++ b/src/dirax.h @@ -0,0 +1,24 @@ +/* + * dirax.h + * + * Invoke the DirAx auto-indexing program + * + * (c) 2006-2009 Thomas White <taw@physics.org> + * + * Part of CrystFEL - crystallography with a FEL + * + */ + + +#ifndef DIRAX_H +#define DIRAX_H + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + + +extern void index_pattern(struct image *image); + + +#endif /* DIRAX_H */ |