diff options
-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); } |