diff options
author | Thomas White <taw@physics.org> | 2014-04-08 15:17:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-08 15:17:39 +0200 |
commit | 1ac35ea6f23464d55fffd36cca4a4b2c745252ec (patch) | |
tree | 340b566f2dec2a26fcbcfe5f75a3e29a613e1a54 /src/compare_hkl.c | |
parent | cc9fba732caad42a0ad9230ba22e65e4d3e6f571 (diff) |
Remove old code
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 88e162b5..ab7b821c 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -538,10 +538,6 @@ static struct shells *set_resolution_shells(double rmin, double rmax, s->rmaxs[i-1] = r; s->rmins[i] = r; - /* Shells of constant thickness */ - //rmins[i] = rmins[i-1] + (rmax-rmin)/NBINS; - //rmaxs[i-1] = rmins[i-1] + (rmax-rmin)/NBINS; - } s->rmaxs[nshells-1] = rmax; |