aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-16 12:14:01 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commitbfcf01e495f15f2ec7b3d6b6cc427bf9fb228072 (patch)
tree20070b85937d22e97ebee3506655b0e4460f694c /src/compare_hkl.c
parenta2bb3a864af159a0bcd9db808e89a3743981b108 (diff)
compare_hkl: Remove redundant values
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 0b3d5914..489e2b43 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -228,11 +228,7 @@ static void plot_shells(const double *ref1, const double *ref2,
double r, cen;
cen = rmins[i] + (rmaxs[i] - rmins[i])/2.0;
r = (num[i]/den)*((double)ctot/cts[i]);
- fprintf(fh, "%f %f %i %i %i %f %f\n", cen*1.0e-9, r*100.0,
- measured[i],
- possible[i], measurements[i],
- (float)measurements[i]/measured[i],
- (snr[i]/(double)measured[i]));
+ fprintf(fh, "%f %f\n", cen*1.0e-9, r*100.0);
}