From 0f2101a41ad9277c4c79a9ea20c8271408a0e96e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 28 Jan 2021 17:04:02 +0100 Subject: compare_hkl: Remove unused variables --- src/compare_hkl.c | 2 -- 1 file changed, 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; -- cgit v1.2.3