From 96046b5dbb09328b4dac40f363cd8157cf32b4fa Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 4 Feb 2010 19:18:16 +0100 Subject: Add --no-match option to skip the unit cell matching procedure --- src/index.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/index.h') diff --git a/src/index.h b/src/index.h index a3dae020..08ffa2fc 100644 --- a/src/index.h +++ b/src/index.h @@ -25,7 +25,8 @@ typedef enum { } IndexingMethod; -extern void index_pattern(struct image *image, IndexingMethod indm); +extern void index_pattern(struct image *image, IndexingMethod indm, + int no_match); /* x,y in pixels relative to central beam */ extern int map_position(struct image *image, double x, double y, double *rx, double *ry, double *rz); -- cgit v1.2.3