aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-18 16:31:40 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 (patch)
tree77037316f3f13b257d81670b969aac4d3274fdbf /src/cell.h
parent83af8912dcdc58423298e50441617ebce26891a6 (diff)
Introduce 'geomatic'
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 17990e2c..09d9144d 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -80,6 +80,8 @@ extern double resolution(UnitCell *cell,
signed int h, signed int k, signed int l);
extern UnitCell *cell_rotate(UnitCell *in, struct quaternion quat);
+extern UnitCell *rotate_cell(UnitCell *in, double omega, double phi,
+ double rot);
extern void cell_print(UnitCell *cell);