From 6b385f0defdd9535347896c2094e83230610b80c Mon Sep 17 00:00:00 2001 From: Lorenzo Galli Date: Fri, 18 May 2012 14:44:46 +0200 Subject: fixed --histogram in process_hkl --- src/process_hkl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/process_hkl.c b/src/process_hkl.c index 4164d6f6..d72a8d91 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -502,7 +502,8 @@ int main(int argc, char *argv[]) hist_i = 0; merge_all(fh, model, NULL, config_startafter, config_stopafter, - sym, n_total_patterns, NULL, 0, 0, 0, NULL); + sym, n_total_patterns, hist_vals, hist_h, hist_k, hist_l, + &hist_i); if ( ferror(fh) ) { ERROR("Stream read error.\n"); return 1; -- cgit v1.2.3