diff options
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r-- | libcrystfel/src/integration.c | 2 |
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 : |