From 7a4f012fb4c7f271469c9fc8e1bbdab75c8de7e2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 Nov 2015 13:40:41 +0100 Subject: Add a warning --- libcrystfel/src/integration.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/integration.c') 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 : -- cgit v1.2.3