From 9d0df3438fa63489def541c02bb867ef44b9c52d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Aug 2010 19:19:09 +0200 Subject: process_hkl: Increase histogram bin size --- src/process_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process_hkl.c b/src/process_hkl.c index 05c71985..594e4ed7 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -30,7 +30,7 @@ /* Number of divisions for intensity histograms */ -#define NBINS (200) +#define NBINS (50) static void show_help(const char *s) -- cgit v1.2.3