From 552233f3cd960c1d6d707f9d49c3df9bb5ee8526 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Jan 2016 19:44:46 +0100 Subject: Set indexing -nomulti as the default, and add a warning --- libcrystfel/src/index.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/index.c') 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; -- cgit v1.2.3