aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-25 16:33:44 +0200
committerThomas White <taw@physics.org>2015-06-25 16:36:33 +0200
commit33a0ef4d46dff8281743359697178085fa551049 (patch)
tree830ef8024d1fc49d9e5c61a3ed16ef5181304be3 /libcrystfel/src/index.c
parent3bd690ded0b78ae41f6e3cd34196b0e3287e10f3 (diff)
Set MOSFLM default flags to include cell parameters, and add some checks
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 2512414d..944c3f10 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -121,7 +121,9 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell,
if ( in != indm[n] ) {
ERROR("Note: flags were altered to take into account "
- "the limitations of the indexing method.\n");
+ "the information provided and/or the limitations "
+ "of the indexing method.\nPlease check the "
+ "methods listed above carefully.\n");
}
for ( i=0; i<n; i++ ) {