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
02112441
Commit
02112441
authored
Nov 30, 2012
by
Thomas White
Browse files
check_hkl: Take forbidden reflections into account when calculating completeness
parent
05374425
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/check_hkl.c
View file @
02112441
...
...
@@ -167,6 +167,8 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
d
=
2
.
0
*
resolution
(
cell
,
h
,
k
,
l
);
if
(
forbidden_reflection
(
cell
,
h
,
k
,
l
)
)
continue
;
bin
=
-
1
;
for
(
i
=
0
;
i
<
NBINS
;
i
++
)
{
if
(
(
d
>
rmins
[
i
])
&&
(
d
<=
rmaxs
[
i
])
)
{
...
...
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