diff options
author | Thomas White <taw@physics.org> | 2021-01-28 17:04:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-28 17:04:02 +0100 |
commit | 0f2101a41ad9277c4c79a9ea20c8271408a0e96e (patch) | |
tree | 02f7ffd0eb3eec2dff9060d21c86222e7a2b3d21 | |
parent | 02b66ee67121f2814c00e3d849c8c2648d85242b (diff) |
compare_hkl: Remove unused variables
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index dedef82e..2cd7207b 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -329,8 +329,6 @@ int main(int argc, char *argv[]) int config_unity = 0; int nshells = 10; char *shell_file = NULL; - double min_I = +INFINITY; - double max_I = -INFINITY; float highres, lowres; int mul_cutoff = 0; int anom; |