From c68ee0a5c446023b7f550d723c8f3e8b109b9bc5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 22 Sep 2010 17:35:06 +0200 Subject: compare_hkl: Reject reflections with low SNR --- src/utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index dfd1913f..a8461d6a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -175,6 +175,11 @@ static inline double angle_between(double x1, double y1, double z1, #define TYPE unsigned int #include "list_tmp.h" +/* As above, but for sigmas */ +#define LABEL(x) x##_sigma +#define TYPE double +#include "list_tmp.h" + /* ----------- Reflection lists indexed by sequence (not indices) ----------- */ -- cgit v1.2.3