diff options
author | Thomas White <taw@physics.org> | 2017-07-21 11:09:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-07-21 11:09:15 +0200 |
commit | c47b072d15a1e4828e052910bbdab8c7c4bd88de (patch) | |
tree | 8b1e41abd4a1f7e484612ff66ffe0247a16ebb50 /src | |
parent | 75b1335652f292b5a211c1ba03637d70dd5b0995 (diff) |
Fix option names for TakeTwo parameters
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index d232b66f..0ab50043 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -353,9 +353,13 @@ int main(int argc, char *argv[]) {"min-res", 1, NULL, 29}, {"max-res", 1, NULL, 30}, {"min-peaks", 1, NULL, 31}, + {"taketwo-member-threshold", 1, NULL, 32}, {"taketwo-member-thresh", 1, NULL, 32}, + {"taketwo-len-tolerance", 1, NULL, 33}, {"taketwo-len-tol", 1, NULL, 33}, + {"taketwo-angle-tolerance", 1, NULL, 34}, {"taketwo-angle-tol", 1, NULL, 34}, + {"taketwo-trace-tolerance", 1, NULL, 35}, {"taketwo-trace-tol", 1, NULL, 35}, {0, 0, NULL, 0} |