aboutsummaryrefslogtreecommitdiff
path: root/src/merge.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-11-16 15:07:30 +0100
committerThomas White <taw@physics.org>2018-11-16 15:07:30 +0100
commit89bf2f6de2be2a276d8c349a1fa6ff6c63b5e7fe (patch)
tree43864f83d8c385dd89d30c55f14cf1c7db3bfd19 /src/merge.h
parent6f6402ae168884b9332f07d3cf9b78ffa8cedb53 (diff)
partialator: Handle partial reflections properly in deltaCChalf
Diffstat (limited to 'src/merge.h')
-rw-r--r--src/merge.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/merge.h b/src/merge.h
index 9bc54126..476f8755 100644
--- a/src/merge.h
+++ b/src/merge.h
@@ -39,6 +39,10 @@
#include "reflist.h"
#include "geometry.h"
+/* Minimum partiality of a reflection for it to be merged */
+#define MIN_PART_MERGE (0.3)
+
+
extern RefList *merge_intensities(Crystal **crystals, int n, int n_threads,
int min_meas, double push_res, int use_weak,
int ln_merge);