Skip to content
GitLab
Menu
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
407a74d5
Commit
407a74d5
authored
Mar 22, 2011
by
Thomas White
Browse files
More debugging
parent
fa79dc61
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/check_hkl.c
View file @
407a74d5
...
...
@@ -3,7 +3,7 @@
*
* Characterise reflection lists
*
* (c) 2006-201
0
Thomas White <taw@physics.org>
* (c) 2006-201
1
Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
@@ -385,7 +385,7 @@ int main(int argc, char *argv[])
/* Reject some reflections */
list
=
reflist_new
();
for
(
refl
=
first_refl
(
list
,
&
iter
);
for
(
refl
=
first_refl
(
raw_
list
,
&
iter
);
refl
!=
NULL
;
refl
=
next_refl
(
refl
,
iter
)
)
{
...
...
src/compare_hkl.c
View file @
407a74d5
...
...
@@ -3,7 +3,7 @@
*
* Compare reflection lists
*
* (c) 2006-201
0
Thomas White <taw@physics.org>
* (c) 2006-201
1
Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
*
...
...
src/reflist-utils.c
View file @
407a74d5
...
...
@@ -271,6 +271,7 @@ RefList *read_reflections_from_file(FILE *fh)
set_int
(
refl
,
intensity
);
set_detector_pos
(
refl
,
fs
,
ss
,
0
.
0
);
set_esd_intensity
(
refl
,
sigma
);
set_redundancy
(
refl
,
cts
);
ph
=
strtod
(
phs
,
&
v
);
if
(
v
!=
NULL
)
set_ph
(
refl
,
ph
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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