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
93807670
Commit
93807670
authored
Apr 13, 2011
by
Thomas White
Browse files
process_hkl: Initialise image.det to NULL to avoid updating the geometry in read_chunk()
parent
ee713603
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/process_hkl.c
View file @
93807670
...
...
@@ -305,6 +305,8 @@ static void merge_all(FILE *fh, RefList *model,
struct
image
image
;
image
.
det
=
NULL
;
/* Get data from next chunk */
rval
=
read_chunk
(
fh
,
&
image
);
if
(
rval
)
break
;
...
...
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