diff options
author | Thomas White <taw@physics.org> | 2017-03-06 17:14:54 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-07 16:29:54 +0200 |
commit | 141fb2cd3af6ea14098cc65ba3c64f93f72c9cf3 (patch) | |
tree | fbfbbb0ffe94dcf6d4667b7d8f6ac7ca8f99cd37 /libcrystfel/src/cell-utils.h | |
parent | d2d7ecbebca7b5a063e8a8487f33feb2b235e462 (diff) |
Add compare_cells() (and use it in whirligig)
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r-- | libcrystfel/src/cell-utils.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index efb4b25b..5e2b2825 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -3,13 +3,13 @@ * * Unit Cell utility functions * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Lorenzo Galli * * Authors: - * 2009-2013,2014 Thomas White <taw@physics.org> - * 2012 Lorenzo Galli + * 2009-2013,2014,2017 Thomas White <taw@physics.org> + * 2012 Lorenzo Galli * * This file is part of CrystFEL. * @@ -80,6 +80,9 @@ extern int forbidden_reflection(UnitCell *cell, extern double cell_get_volume(UnitCell *cell); +extern int compare_cells(UnitCell *a, UnitCell *b, double ltl, double atl, + IntegerMatrix **pmb); + #ifdef __cplusplus } #endif |