diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-14 18:31:29 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-14 18:31:29 +0200 |
commit | 524eabb8b023db20dcb5597ccf52ca495be058e0 (patch) | |
tree | cd4f32ceaaf6134715b07bc4d37d7a489b3d1525 /src | |
parent | c50cff49d786b877c3eb6cbf61313880121cec9e (diff) |
Don't list reflections during calculation
Diffstat (limited to 'src')
-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 e344133a..c55432ec 100644 --- a/src/relrod.c +++ b/src/relrod.c @@ -172,7 +172,6 @@ void get_reflections(struct image *image, UnitCell *cell) * spike function, except reprojected * reflections aren't used quantitatively for * anything. */ - printf("%i %i %i\n", h,k,l); image_add_feature(flist, x, y, image, 1.0); } /* else it's outside the picture somewhere */ |