From 38f81ac432e313ed451eceb80c3f36ba6f1008e8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 20 Jan 2015 16:10:04 +0100 Subject: Add informational messages when symmetry doesn't match for monoclinic point groups --- src/render_hkl.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/render_hkl.c') diff --git a/src/render_hkl.c b/src/render_hkl.c index 9013cf01..f9398c3d 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -3,11 +3,11 @@ * * Draw pretty renderings of reflection lists * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2014 Thomas White + * 2010-2015 Thomas White * * This file is part of CrystFEL. * @@ -1005,6 +1005,11 @@ int main(int argc, char *argv[]) if ( check_list_symmetry(list, sym) ) { ERROR("The input reflection list does not appear to" " have symmetry %s\n", symmetry_name(sym)); + if ( cell_get_lattice_type(cell) == L_MONOCLINIC ) { + ERROR("You may need to specify the unique axis in your " + "point group. The default is unique axis c.\n"); + ERROR("See 'man crystfel' for more details.\n"); + } return 1; } -- cgit v1.2.3