aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-11-17 13:40:41 +0100
committerThomas White <taw@physics.org>2015-11-17 13:41:05 +0100
commit7a4f012fb4c7f271469c9fc8e1bbdab75c8de7e2 (patch)
tree55b23da92bfab774585619bc109aa92c276c3319 /libcrystfel
parent6a3d8585b6613629a1744ca7bdc2ee8c8fe89bb1 (diff)
Add a warning
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/integration.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index afa4edca..730a14ae 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -1672,6 +1672,8 @@ void integrate_all_4(struct image *image, IntegrationMethod meth,
switch ( meth & INTEGRATION_METHOD_MASK ) {
case INTEGRATION_NONE :
+ ERROR("WARNING: Reflections are being predicted, but "
+ "not integrated.\n");
break;
case INTEGRATION_RINGS :