diff options
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,8 @@ #include <config.h> #endif +#include "utils.h" + /* A 3D vector in reciprocal space */ struct rvec { @@ -73,6 +75,8 @@ extern const char *cell_get_pointgroup(UnitCell *cell); extern double resolution(UnitCell *cell, signed int h, signed int k, signed int l); +extern UnitCell *cell_rotate(UnitCell *in, struct quaternion quat); + extern void cell_print(UnitCell *cell); extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, |