aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-08-04 11:14:00 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:35 +0100
commitd6221be95c8afe8a4dfc028cf2b9cd589bf185ca (patch)
treef562d7a727c9ca4faed73702bd5b80e57df2da32 /src/partialator.c
parentb3bc51c73294b4e0e8d0adf82d87f96f25cb93fe (diff)
Add a FIXME
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index f31f7cd9..49f35760 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -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. */