From 6fb8d4b727b82f32168f9ba44a1d4f5c5033d181 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 18 Feb 2011 16:31:40 -0800 Subject: Introduce 'geomatic' --- src/cell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cell.h') 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); -- cgit v1.2.3