diff options
author | Thomas White <taw@physics.org> | 2011-03-23 16:49:39 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:21 +0100 |
commit | 4ff18043dc440cd7b1b2abc84c9e6b0b3e78c0a1 (patch) | |
tree | b7c333736cbd0c3203b3359f07863db8bd3b00ce | |
parent | 93edf713312e949034d79507d464cf79549a874f (diff) |
indexamajig: Remove old options
-rw-r--r-- | src/indexamajig.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index c8473fd6..e7406939 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -432,8 +432,6 @@ int main(int argc, char *argv[]) char *rval = NULL; int n_images; int config_noindex = 0; - int config_dumpfound = 0; - int config_nearbragg = 0; int config_cmfilter = 0; int config_noisefilter = 0; int config_verbose = 0; @@ -477,10 +475,8 @@ int main(int argc, char *argv[]) {"input", 1, NULL, 'i'}, {"output", 1, NULL, 'o'}, {"no-index", 0, &config_noindex, 1}, - {"dump-peaks", 0, &config_dumpfound, 1}, {"peaks", 1, NULL, 2}, {"cell-reduction", 1, NULL, 3}, - {"near-bragg", 0, &config_nearbragg, 1}, {"indexing", 1, NULL, 'z'}, {"geometry", 1, NULL, 'g'}, {"beam", 1, NULL, 'b'}, |