aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-12 16:14:08 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-17 10:36:28 +0100
commitbbd715163e65db08f99b197d4bd736bd35417e98 (patch)
treefc80a595dfda056dfdda9918bd1b77a1f371ee68 /src/cell.h
parent46c61f3a55b59f4388977d5221827e3f6cc9db0f (diff)
Display the cell from DirAx
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 687c7ef6..db5cab0b 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -72,6 +72,8 @@ extern void cell_get_reciprocal(UnitCell *cell,
extern double resolution(UnitCell *cell,
signed int h, signed int k, signed int l);
+extern void cell_print(UnitCell *cell);
+
extern UnitCell *match_cell(UnitCell *cell, UnitCell *template);
#endif /* CELL_H */