aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-04 19:18:16 +0100
committerThomas White <taw@physics.org>2010-02-04 19:18:16 +0100
commit96046b5dbb09328b4dac40f363cd8157cf32b4fa (patch)
tree07f36be3f6437888c972002580a9ebcfa042b375 /src/index.h
parent187ba88a5fc87f65f19fcaa80a002d9ca9e43bbb (diff)
Add --no-match option to skip the unit cell matching procedure
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h3
1 files changed, 2 insertions, 1 deletions
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);