aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-16 21:30:30 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:54 +0100
commitc7958ff5372b985f334ca028448059e3af716a0f (patch)
tree0c3f5ca8e51b5b9474ef01c7643845bd51b10fed
parente353eb72a60f365bc1c0ca3e7e9efed2f00465bc (diff)
Fix holohedral point group for -1
-rw-r--r--src/symmetry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symmetry.c b/src/symmetry.c
index 69a2e55c..e304de48 100644
--- a/src/symmetry.c
+++ b/src/symmetry.c
@@ -244,7 +244,7 @@ const char *get_holohedral(const char *sym)
{
/* Triclinic */
if ( strcmp(sym, "1") == 0 ) return "-1";
- if ( strcmp(sym, "1") == 0 ) return "-1";
+ if ( strcmp(sym, "-1") == 0 ) return "-1";
/* Hexagonal */
if ( strcmp(sym, "6") == 0 ) return "6/mmm";