From 62289d35d10728751a6bc7e3ad5edc064122899c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 2 Oct 2012 17:50:55 +0200 Subject: Fix comments --- libcrystfel/src/mosflm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c index 519056c2..df3141ab 100644 --- a/libcrystfel/src/mosflm.c +++ b/libcrystfel/src/mosflm.c @@ -304,7 +304,7 @@ static const char *spacegroup_for_lattice(UnitCell *cell) break; case L_TETRAGONAL : - /* "4 1 1", "1 4 1" or "1 1 4" depending on unique axis */ + /* "411", "141" or "114" depending on unique axis */ if ( ua == 'a' ) g = "411"; if ( ua == 'b' ) g = "141"; if ( ua == 'c' ) g = "114"; @@ -315,7 +315,7 @@ static const char *spacegroup_for_lattice(UnitCell *cell) break; case L_HEXAGONAL : - /* "6 1 1", "1 6 1" or "1 1 6" depending on unique axis */ + /* "611", "161" or "116" depending on unique axis */ if ( ua == 'a' ) g = "611"; if ( ua == 'b' ) g = "161"; if ( ua == 'c' ) g = "611"; -- cgit v1.2.3