aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-01-12 15:59:29 +0100
committerThomas White <taw@physics.org>2024-01-12 15:59:29 +0100
commit1efc31cb6b6902a10330147dc16a1aa3efe834fe (patch)
treee8edf46cebd3091a91eb47fc93a1064eb96a8e42 /libcrystfel/src/index.h
parentcc2717022fca0fd6b24b1dba3aaa5173672a3223 (diff)
parenta863e7fc05feb892ffbb7957b4fe74a886992800 (diff)
Merge branch 'millepede-gui'
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index fa371276..10d07f08 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -253,7 +253,8 @@ extern void index_pattern_3(struct image *image, IndexingPrivate *ipriv,
int *ping, char *last_task);
extern void index_pattern_4(struct image *image, IndexingPrivate *ipriv,
- int *ping, char *last_task, Mille *mille);
+ int *ping, char *last_task, Mille *mille,
+ int max_mille_level);
extern void cleanup_indexing(IndexingPrivate *ipriv);