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
d6221be9
Commit
d6221be9
authored
Aug 04, 2011
by
Thomas White
Browse files
Add a FIXME
parent
b3bc51c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
d6221be9
...
...
@@ -162,7 +162,7 @@ static int select_scalable_reflections(RefList *list, RefList *reference)
if
(
get_partiality
(
refl
)
<
0
.
1
)
sc
=
0
;
v
=
fabs
(
get_intensity
(
refl
));
if
(
v
<
0
.
1
)
sc
=
0
;
if
(
v
<
0
.
1
)
sc
=
0
;
/* FIXME: Yuk */
/* If we are scaling against a reference set, we additionally
* require that this reflection is in the reference list. */
...
...
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