aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-08-29 16:33:21 +0200
committerThomas White <taw@physics.org>2012-10-02 15:02:12 +0200
commit60ec4009e4bc28ab9ed772ee6fcd8c80c533dccd (patch)
treeef006b74144bf61aafbdf7d125c156f9bd73e378 /libcrystfel/src/cell-utils.h
parent2f5af19403e4e13e36d61e85a9dcf77d8c0d82cd (diff)
Uncenter the cell before using it for indexing stuff
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h6
1 files changed, 6 insertions, 0 deletions
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 */