From b0e35cd86fff9379defbac5145a09374a6695ce7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 27 Jun 2011 11:40:33 +0200 Subject: Stop printing out the unit cell --- src/post-refinement.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/post-refinement.c') 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); } -- cgit v1.2.3