diff options
author | Thomas White <taw@physics.org> | 2011-06-27 11:40:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:30 +0100 |
commit | b0e35cd86fff9379defbac5145a09374a6695ce7 (patch) | |
tree | 1a8f3e7dd87d5a5be2f0b060f7309a6ed872eecf /src/post-refinement.c | |
parent | d3b0933dc3293c724bb6013dad8e909bc61e80b0 (diff) |
Stop printing out the unit cell
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 61ea4e20..449e716f 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -550,6 +550,4 @@ void pr_refine(struct image *image, const RefList *full, const char *sym) i++; } while ( (max_shift > 0.01) && (i < MAX_CYCLES) ); - - cell_print(image->indexed_cell); } |