aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-01-15 19:44:46 +0100
committerThomas White <taw@physics.org>2016-01-15 19:44:46 +0100
commit552233f3cd960c1d6d707f9d49c3df9bb5ee8526 (patch)
tree935783d241f982aa636d4f7342ddd7bfcfdf73bb /libcrystfel/src/index.c
parent351226f9df1f274729bbe486b70c2caa2e6756bc (diff)
Set indexing -nomulti as the default, and add a warning
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 79fa4c3f..2c6780dd 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -377,6 +377,8 @@ static int finished_retry(IndexingMethod indm, int r, struct image *image)
* another lattice */
Crystal *cr;
cr = image->crystals[image->n_crystals-1];
+ STATUS("WARNING: Multi-lattice indexing does not work"
+ " well in this version.\n");
return delete_explained_peaks(image, cr);
} else {
return 1;