Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
6b385f0d
Commit
6b385f0d
authored
May 18, 2012
by
Lorenzo Galli
Committed by
Thomas White
May 18, 2012
Browse files
fixed --histogram in process_hkl
parent
23295e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process_hkl.c
View file @
6b385f0d
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment