From 6da7b7f8aff35afddaaf075a7009345cc0544673 Mon Sep 17 00:00:00 2001 From: Cornelius Gati Date: Tue, 19 Feb 2013 16:14:25 +0100 Subject: XDS.INP trials --- libcrystfel/src/xds.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c index a70caaf5..e749eef6 100644 --- a/libcrystfel/src/xds.c +++ b/libcrystfel/src/xds.c @@ -400,8 +400,7 @@ static const char *spacegroup_for_lattice(UnitCell *cell) break; case L_MONOCLINIC : - if ( centering != 'P' ) - { + if ( centering != 'P' ) { g = "3"; } else { g = "5"; @@ -452,7 +451,7 @@ static const char *spacegroup_for_lattice(UnitCell *cell) } assert(g != NULL); - return 0; + return g; } -- cgit v1.2.3