diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-08-08 11:59:46 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-08-08 11:59:46 +0200 |
commit | e295e00053fff65f53e45ebb6b149d65225d04a8 (patch) | |
tree | 47e6bd3264bff5d592e281b7019c5b284a3a64bf /src/check_hkl.c | |
parent | 7903f6c31f7a13c26d97bdf1f7791c5b5804ea84 (diff) |
Fix buglets spotted by new compiler on Fedora 17
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r-- | src/check_hkl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c index fbc29f00..a1688ad2 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -68,8 +68,6 @@ static void show_help(const char *s) static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, double rmin_fix, double rmax_fix) { - double num[NBINS]; - int cts[NBINS]; int possible[NBINS]; unsigned int measurements[NBINS]; unsigned int measured[NBINS]; @@ -104,8 +102,6 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, } for ( i=0; i<NBINS; i++ ) { - num[i] = 0.0; - cts[i] = 0; possible[i] = 0; measured[i] = 0; snr_measured[i] = 0; |