From 02e1ef093dc34e79e832764029db838cd5c13261 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Aug 2010 15:44:35 +0200 Subject: Read symmetry from PDB and store in unit cell structure --- 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 42ef2eb6..f44de74f 100644 --- a/src/cell.h +++ b/src/cell.h @@ -67,6 +67,8 @@ extern void cell_set_reciprocal(UnitCell *cell, double bsx, double bsy, double bsz, double csx, double csy, double csz); +extern const char *cell_get_pointgroup(UnitCell *cell); + extern double resolution(UnitCell *cell, signed int h, signed int k, signed int l); -- cgit v1.2.3