From 995e5b2e2fe4c793d1ab815d7282e653a65bf048 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Mar 2010 14:38:14 +0100 Subject: get_hkl: Don't accidentally do a ZA pattern, add table header --- src/get_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/get_hkl.c') diff --git a/src/get_hkl.c b/src/get_hkl.c index e8c28a21..5252dc54 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -213,7 +213,7 @@ int main(int argc, char *argv[]) } - write_reflections(output, NULL, ref, 1, mol->cell); + write_reflections(output, NULL, ref, 0, mol->cell); return 0; } -- cgit v1.2.3