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
c58fe463
Commit
c58fe463
authored
Jul 09, 2011
by
Thomas White
Committed by
Thomas White
Feb 22, 2012
Browse files
Mark unrefinable reflections as such
parent
f2473f3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
c58fe463
...
...
@@ -216,6 +216,7 @@ static void select_reflections_for_refinement(struct image *images, int n,
if
(
!
sc
)
{
n_noscale
++
;
set_refinable
(
refl
,
0
);
}
else
{
...
...
@@ -233,6 +234,7 @@ static void select_reflections_for_refinement(struct image *images, int n,
}
else
{
n_nomatch
++
;
set_refinable
(
refl
,
0
);
}
}
...
...
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