From ed8e1c9751d7839aa6cd74422f93da513840dcf4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 4 May 2018 13:55:35 +0200 Subject: Expand warning about --push-res without rescut --- src/indexamajig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/indexamajig.c b/src/indexamajig.c index 97ab2725..9eaf9ae2 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -855,6 +855,8 @@ int main(int argc, char *argv[]) if ( have_push_res && !(iargs.int_meth & INTEGRATION_RESCUT) ) { ERROR("WARNING: You used --push-res, but not -rescut, " "therefore --push-res will have no effect.\n"); + ERROR("WARNING: Add --integration=rings-rescut or " + "--integration=prof2d-rescut.\n"); } /* Parse unit cell tolerance */ -- cgit v1.2.3