diff options
author | Chuck <chun.hong.yoon@desy.de> | 2014-05-30 15:43:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-02 14:20:06 +0200 |
commit | b8dc678c8ace9230e7cf729a400e44c377bc4ba3 (patch) | |
tree | 522c0406c562a6b45846c208da1a900b4a0e6810 /src | |
parent | 1ebd4097b9813d1657b7ac69cb910ef96efd8d19 (diff) |
process_hkl: Remove --sum and --max-only
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 1916a1ae..507953c6 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -409,8 +409,6 @@ int main(int argc, char *argv[]) char *output = NULL; Stream *st; RefList *model; - int config_maxonly = 0; - int config_sum = 0; int config_scale = 0; char *sym_str = NULL; SymOpList *sym; @@ -438,10 +436,8 @@ int main(int argc, char *argv[]) {"help", 0, NULL, 'h'}, {"input", 1, NULL, 'i'}, {"output", 1, NULL, 'o'}, - {"max-only", 0, &config_maxonly, 1}, {"start-after", 1, NULL, 's'}, {"stop-after", 1, NULL, 'f'}, - {"sum", 0, &config_sum, 1}, {"scale", 0, &config_scale, 1}, {"no-polarisation", 0, &config_nopolar, 1}, {"no-polarization", 0, &config_nopolar, 1}, |