aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index f1c1877c..6d17349e 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -329,7 +329,6 @@ static void merge_all(FILE *fh, double **pmodel, ReflItemList **pobserved,
for ( i=0; i<IDIM*IDIM*IDIM; i++ ) {
if ( counts[i] > 0 ) {
model[i] /= (double)counts[i];
- counts[i] = 1;
}
}
}