aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-01-28 17:04:02 +0100
committerThomas White <taw@physics.org>2021-01-28 17:04:02 +0100
commit0f2101a41ad9277c4c79a9ea20c8271408a0e96e (patch)
tree02f7ffd0eb3eec2dff9060d21c86222e7a2b3d21 /src/compare_hkl.c
parent02b66ee67121f2814c00e3d849c8c2648d85242b (diff)
compare_hkl: Remove unused variables
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c2
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;