From fed56895857ec87794abfea4f3a856907b0cca61 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Oct 2011 14:58:03 +0200 Subject: Formatting --- src/post-refinement.c | 5 ++--- 1 file 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); -- cgit v1.2.3