aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-08-26 19:19:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:56 +0100
commit9d0df3438fa63489def541c02bb867ef44b9c52d (patch)
tree1861c2ddfbe9e1076477282e35018bc886cf6176
parent366da0c73ab3c94138033a6a6bf29e2f603c8a22 (diff)
process_hkl: Increase histogram bin size
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
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)