aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 10:52:16 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:38 +0100
commitd5965bf9600d843e68284c6da3d3a6989cbe5877 (patch)
treef18a84cecd78190ee37a496fd1255fa71881001a /src/hrs-scaling.c
parent98d13a3018eef9ed03f5935021ced62deffa4b6e (diff)
Add comment
Diffstat (limited to 'src/hrs-scaling.c')
-rw-r--r--src/hrs-scaling.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c
index b33f4932..a3d54656 100644
--- a/src/hrs-scaling.c
+++ b/src/hrs-scaling.c
@@ -218,6 +218,7 @@ static void run_merge_job(void *vwargs, int cookie)
if ( !get_scalable(refl) ) continue;
get_indices(refl, &h, &k, &l);
+ /* FIXME (somehow): Huge contention on this lock */
pthread_mutex_lock(wargs->full_lock);
f = find_refl(full, h, k, l);
if ( f == NULL ) {