diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 17:13:03 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 17:13:15 +0200 |
commit | e7253737e57645168089fa2ec417c8994a28606b (patch) | |
tree | 1532bfef8daaa205a0ab5431d14fe15729199e46 /src/relrod.c | |
parent | 8b883cd945ec49ec117ceee3b82760eb20d5c3a6 (diff) |
Remove unnecessary debugging output
Diffstat (limited to 'src/relrod.c')
-rw-r--r-- | src/relrod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/relrod.c b/src/relrod.c index 0d1b1e63..f9ae68c9 100644 --- a/src/relrod.c +++ b/src/relrod.c @@ -91,7 +91,6 @@ void get_reflections(struct image *image, UnitCell *cell, double smax) " (resolution cutoff calculation)\n"); return; } - printf("Resolution cutoff is %5.2f nm^-1\n", res_max/1e9); res_max = pow(res_max, 2.0); /* Calculate the (normalised) incident electron wavevector */ |