diff options
author | Thomas White <taw@physics.org> | 2018-06-20 09:49:57 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-06-20 09:49:57 +0200 |
commit | 343b78a9584b6655ead7863367cb94cc7f64ddaa (patch) | |
tree | b16b411d3c8ba1fda15718ab864a2ec7b5b92233 | |
parent | 0cf11ad1134b4bd3cadf3997aa1438b415037c62 (diff) |
Restore help about secondary Miller indices
-rw-r--r-- | src/indexamajig.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 05e3ed19..3ad2695f 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -176,8 +176,9 @@ static void show_help(const char *s) " Default: 0\n" "\n" " --xgandalf-sampling-pitch\n" -" Sampling pitch: 0 (loosest) to 7 (most dense)\n" -" Default: 6\n" +" Sampling pitch: 0 (loosest) to 4 (most dense)\n" +" or with secondary Miller indices: 5 (loosest) to\n" +" 7 (most dense). Default: 6\n" " --xgandalf-grad-desc-iterations\n" " Gradient descent iterations: 0 (few) to 5 (many)\n" " Default: 4\n" |