diff options
author | Thomas White <taw@physics.org> | 2010-08-16 15:44:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | 02e1ef093dc34e79e832764029db838cd5c13261 (patch) | |
tree | 959fb50440d764a44092a9f53d35a8999283487b /src/cell.h | |
parent | 7cac57dd3a4fe1e2be8102c03e4fad0fa997273e (diff) |
Read symmetry from PDB and store in unit cell structure
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |