diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-18 16:31:40 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:15 +0100 |
commit | 6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 (patch) | |
tree | 77037316f3f13b257d81670b969aac4d3274fdbf /src/cell.h | |
parent | 83af8912dcdc58423298e50441617ebce26891a6 (diff) |
Introduce 'geomatic'
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |