diff options
author | Lorenzo Galli <lorenzo.galli@desy.de> | 2012-05-18 14:44:46 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-18 16:28:30 +0200 |
commit | 6b385f0defdd9535347896c2094e83230610b80c (patch) | |
tree | fafa6ff214ada831a4f2fe0e272a90767cb3a6c3 /src/process_hkl.c | |
parent | 23295e405b524d86475e22eb21a56fd1ada3e530 (diff) |
fixed --histogram in process_hkl
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |