diff options
author | Thomas White <taw@physics.org> | 2015-11-17 13:40:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-17 13:41:05 +0100 |
commit | 7a4f012fb4c7f271469c9fc8e1bbdab75c8de7e2 (patch) | |
tree | 55b23da92bfab774585619bc109aa92c276c3319 | |
parent | 6a3d8585b6613629a1744ca7bdc2ee8c8fe89bb1 (diff) |
Add a warning
-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 : |