diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/post-refinement.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 1a7261e5..aa6012f8 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -336,8 +336,8 @@ static double pr_iterate(struct image *image, const RefList *full) /* Construct the equations, one per reflection in this image */ for ( refl = first_refl(reflections, &iter); refl != NULL; - refl = next_refl(refl, iter) ) { - + refl = next_refl(refl, iter) ) + { signed int ha, ka, la; double I_full, delta_I; double I_partial; @@ -398,7 +398,6 @@ static double pr_iterate(struct image *image, const RefList *full) } nref++; - } //show_matrix_eqn(M, v, NUM_PARAMS); |