From 8adbbf7d02c66607c435a26d3cab9d28b640f9f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Feb 2013 17:34:41 -0800 Subject: Use H3 instead of H32 when asking for 'hexagonal H' --- libcrystfel/src/mosflm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') 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; -- cgit v1.2.3