From 60ec4009e4bc28ab9ed772ee6fcd8c80c533dccd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Aug 2012 16:33:21 +0200 Subject: Uncenter the cell before using it for indexing stuff --- libcrystfel/src/cell-utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libcrystfel/src/cell-utils.h') diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index 8d8cfc6d..b2cb7b67 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -55,4 +55,10 @@ extern int cell_is_sensible(UnitCell *cell); extern void validate_cell(UnitCell *cell); +extern UnitCell *uncenter_cell(UnitCell *in); + +extern int bravais_lattice(UnitCell *cell); + +extern int right_handed(UnitCell *cell); + #endif /* CELL_UTILS_H */ -- cgit v1.2.3