diff options
author | Thomas White <taw@physics.org> | 2011-10-04 14:58:03 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | fed56895857ec87794abfea4f3a856907b0cca61 (patch) | |
tree | 7d56391cdb8185a6d06af0e545a4bf04255c9e51 /src | |
parent | cdcd2adf62bf4c485da50a8127d3abc7a8453c7f (diff) |
Formatting
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); |