diff options
author | Thomas White <taw@physics.org> | 2019-09-16 16:51:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-16 16:51:01 +0200 |
commit | 0baa4ee4a66888f907fdbfd45eb6d2aa1ca3dfd2 (patch) | |
tree | 0271751bac4380ff1e1b1da6da202dda3188876e /libcrystfel/src/index.c | |
parent | 35ee4fcebf8ed5a1affc71f3db19958c96761e3f (diff) |
Fix cell comparison logic
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 4c82e868..f6e81109 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -543,6 +543,7 @@ static int check_cell(IndexingFlags flags, Crystal *cr, UnitCell *target, tolerance, &rm); if ( out != NULL ) { + /* Replace crystal's cell with new one */ cell_free(crystal_get_cell(cr)); crystal_set_cell(cr, out); rtnl_mtx_free(rm); |