aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-04-13 12:38:34 +0200
committerThomas White <taw@physics.org>2021-04-13 12:38:34 +0200
commit6a98c9ddf63c939a7b8c9097f272c7cb359eded4 (patch)
treefb48e61216c985ed113808af684d5066655d0738 /src
parentf44521d1426fe96a628c6e387619c973ad2a7769 (diff)
Fussiness
Diffstat (limited to 'src')
-rw-r--r--src/diffraction.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/diffraction.c b/src/diffraction.c
index 761861ef..c0dba8aa 100644
--- a/src/diffraction.c
+++ b/src/diffraction.c
@@ -490,9 +490,9 @@ void get_diffraction(struct image *image, int na, int nb, int nc,
STATUS("Wavelength: %e m, weight = %.5f\n", 1.0/k, prob);
diffraction_at_k(image, intensities, phases,
- flags, cell, m, sym, k,
- ax, ay, az, bx, by, bz, cx, cy, cz,
- lut_a, lut_b, lut_c, prob);
+ flags, cell, m, sym, k,
+ ax, ay, az, bx, by, bz, cx, cy, cz,
+ lut_a, lut_b, lut_c, prob);
}