diff options
author | Thomas White <taw@physics.org> | 2010-11-12 16:45:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | 55b16c49424cd61d6a00a167862c390c274c307e (patch) | |
tree | f60e375efb95f495e0ae7f29c14d3aa4578246e9 /src/cell.c | |
parent | abb67df4b77364b20a64b43ee3e427cacd60e22f (diff) |
Add more symmetries, update docs about cell settings
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) { |