diff options
author | Richard Kirian <rkirian@asu.edu> | 2010-12-07 18:42:09 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | c85230a897b62f223951f7cc5693c6175e2d673d (patch) | |
tree | fb1d189c6d9ea1e862b15421dd623a94f544216f /src/cell.h | |
parent | 6e98120c33371e139b4a54ca45f0cbb4ebd34951 (diff) |
added spacegroup to cell info
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,8 @@ extern void cell_set_reciprocal(UnitCell *cell, extern const char *cell_get_pointgroup(UnitCell *cell); +extern const char *cell_get_spacegroup(UnitCell *cell); + extern double resolution(UnitCell *cell, signed int h, signed int k, signed int l); @@ -84,4 +86,5 @@ extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, extern UnitCell *load_cell_from_pdb(const char *filename); + #endif /* CELL_H */ |