aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 14:38:14 +0100
committerThomas White <taw@physics.org>2010-03-18 14:38:14 +0100
commit995e5b2e2fe4c793d1ab815d7282e653a65bf048 (patch)
treebf10c9c0ecc46581cfb6a65c78a36d15f92a0f79 /src/get_hkl.c
parenta9dd92897ba82e3ebe1f9bfaf0430f14b5989e43 (diff)
get_hkl: Don't accidentally do a ZA pattern, add table header
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c2
1 files changed, 1 insertions, 1 deletions
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;
}