aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-09 17:34:41 -0800
committerThomas White <taw@physics.org>2013-02-09 17:34:41 -0800
commit8adbbf7d02c66607c435a26d3cab9d28b640f9f1 (patch)
tree8a43228074e9708d8c3c324506542a3ded98d8f9 /libcrystfel
parent32d6d83a69b852170ba56f40f2e3d0b7536b34fb (diff)
Use H3 instead of H32 when asking for 'hexagonal H'
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/mosflm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index 9b1e36e3..28aca7ee 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -403,7 +403,7 @@ static const char *spacegroup_for_lattice(UnitCell *cell)
if ( centering != 'H' ) {
g = "6";
} else {
- g = "32";
+ g = "3";
}
break;