diff options
author | Thomas White <taw@physics.org> | 2019-05-23 16:42:16 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-29 10:42:14 +0200 |
commit | 1380592a04cba4621341a11cfb9a5526ea9dc4bf (patch) | |
tree | 82d075c464a9dcbc7d72bfa05735f42697f38d07 /libcrystfel | |
parent | 94b0050cc7735c3e1635cbc89c13c6b2c49c69c8 (diff) |
Remove old debugging statement
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/spectrum.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/spectrum.c b/libcrystfel/src/spectrum.c index e083962c..576ff948 100644 --- a/libcrystfel/src/spectrum.c +++ b/libcrystfel/src/spectrum.c @@ -325,8 +325,6 @@ static void normalise_pdf(double *k, double *pdf, int n) old_pdf = pdf[i]; } - printf("total area under PDF = %f\n", total_area); - for ( i=0; i<n; i++ ) { pdf[i] /= total_area; } |