diff options
author | Thomas White <taw@physics.org> | 2018-05-04 13:55:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-04 15:21:13 +0200 |
commit | ed8e1c9751d7839aa6cd74422f93da513840dcf4 (patch) | |
tree | 5e959b0837b441f34a52fb8207ca0985418d5139 /src/indexamajig.c | |
parent | bda480005b278f82800d830d133d4cdba4ea5d97 (diff) |
Expand warning about --push-res without rescut
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |