aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compare_hkl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 433459ed..bc224195 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -114,6 +114,9 @@ int main(int argc, char *argv[])
}
out = new_list_intensity();
+ set_count(c1, 0, 0, 0, 0);
+ set_count(c2, 0, 0, 0, 0);
+
for ( h=-INDMAX; h<INDMAX; h++ ) {
for ( k=-INDMAX; k<INDMAX; k++ ) {
for ( l=-INDMAX; l<INDMAX; l++ ) {