diff options
author | Thomas White <taw@physics.org> | 2015-09-15 16:14:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-09-15 16:15:16 +0200 |
commit | c40b53192a796cee575719170511b9f9084d0a75 (patch) | |
tree | bea60ddf8ec22c9fdc0815659f1148c549e55940 /libcrystfel/src/felix.c | |
parent | 9fd7e41bfe41310bacfed68fa2614d122c616450 (diff) |
Felix: Copy centering into output unit cell
Diffstat (limited to 'libcrystfel/src/felix.c')
-rw-r--r-- | libcrystfel/src/felix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/felix.c b/libcrystfel/src/felix.c index be2928ac..f5bae88a 100644 --- a/libcrystfel/src/felix.c +++ b/libcrystfel/src/felix.c @@ -187,6 +187,7 @@ static int read_felix(struct felix_private *gp, struct image *image, cell_set_cartesian(cell, ubi12/1e10, ubi13/1e10, ubi11/1e10, ubi22/1e10, ubi23/1e10, ubi21/1e10, ubi32/1e10, ubi33/1e10, ubi31/1e10); + cell_set_centering(cell, cell_get_centering(gp->cell)); cr = crystal_new(); if ( cr == NULL ) { |