diff options
author | Thomas White <taw@physics.org> | 2010-01-19 17:40:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-19 17:40:19 +0100 |
commit | a4c5daf2f0f37577798af0de5cd31dc81f87eec5 (patch) | |
tree | e3ea444c9516e2045c8ab6cf6ee5743bd1ac383b /src/index.h | |
parent | b04befccb98fe1bf32829168c8f95b7762b8162e (diff) |
Use "fine" peak search for hit finding (it's fast enough)
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.h b/src/index.h index 076d9fe2..6f1fe98c 100644 --- a/src/index.h +++ b/src/index.h @@ -18,8 +18,7 @@ #endif -extern void index_pattern(struct image *image, int no_index, int dump_peaks, - int use_dirax); +extern void index_pattern(struct image *image, int no_index, int use_dirax); /* x,y in pixels relative to central beam */ extern int map_position(struct image *image, double x, double y, |