aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-12 16:45:13 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commit55b16c49424cd61d6a00a167862c390c274c307e (patch)
treef60e375efb95f495e0ae7f29c14d3aa4578246e9 /src/cell.c
parentabb67df4b77364b20a64b43ee3e427cacd60e22f (diff)
Add more symmetries, update docs about cell settings
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell.c b/src/cell.c
index d12191a7..7b5379a5 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -801,6 +801,7 @@ static void cell_set_pointgroup_from_pdb(UnitCell *cell, const char *sym)
if ( strcmp(sym, "P 63") == 0 ) new = "6";
if ( strcmp(sym, "P 21 21 21") == 0 ) new = "222";
+ if ( strcmp(sym, "P 2 2 2") == 0 ) new = "222";
if ( strcmp(sym, "P 43 21 2") == 0 ) new = "422";
if ( new != NULL ) {