From b16460f117beb38af97698762e1718a8c6f7fa37 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 4 Dec 2010 11:10:07 +0100 Subject: Tighter symmetry check --- src/check_hkl.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/check_hkl.c') diff --git a/src/check_hkl.c b/src/check_hkl.c index bf2a0ba1..4ab76e43 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -379,6 +379,13 @@ int main(int argc, char *argv[]) return 1; } + /* Check that the intensities have the correct symmetry */ + if ( check_symmetry(items, sym) ) { + ERROR("The input reflection list does not appear to" + " have symmetry %s\n", sym); + return 1; + } + /* Reject reflections */ good_items = new_items(); for ( i=0; i