aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-04-18 18:11:48 +0200
committerThomas White <taw@physics.org>2013-04-18 18:11:48 +0200
commit7df069a4b8f8ae1431d46a166e9d81d2ce68b213 (patch)
tree2efb61b7edb96babec82e78148cfb78bace94ecd /libcrystfel/src/cell-utils.h
parent7cdb05aa7f3b7df0f31cbd79a4799c5e60ec3d3f (diff)
Read/write lattice type, centering and unique axis information from/to stream
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index 8eb08ca7..e816e2b2 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -62,6 +62,7 @@ extern int bravais_lattice(UnitCell *cell);
extern int right_handed(UnitCell *cell);
extern const char *str_lattice(LatticeType l);
+extern LatticeType lattice_from_str(const char *s);
extern int forbidden_reflection(UnitCell *cell,
signed int h, signed int k, signed int l);