diff options
author | Thomas White <taw@physics.org> | 2011-06-21 17:46:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:29 +0100 |
commit | a1e023343b085f727f368720fc7cda8e0e4a2724 (patch) | |
tree | f31be68e834a22805c10c0ee73f7deb033a78470 /src/post-refinement.c | |
parent | dd214964cef3b552d1d4a7abf47eb5893f3d7ca0 (diff) |
Evil nasty testing
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 7301b57b..64704598 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -532,4 +532,6 @@ 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); } |