aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-06-26 11:04:52 +0200
committerThomas White <taw@physics.org>2024-06-26 11:05:11 +0200
commitcfda34eacc39a992b39842235425826f8a804b3a (patch)
treefffbb879d56d8d9b72682f5eaf9ac6310f4673e9
parentfa126bda965bb99f6a3d15b0da2aa6c42a81a4fc (diff)
Formatting
-rw-r--r--libcrystfel/src/predict-refine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/predict-refine.c b/libcrystfel/src/predict-refine.c
index cc740db3..5ac43133 100644
--- a/libcrystfel/src/predict-refine.c
+++ b/libcrystfel/src/predict-refine.c
@@ -142,9 +142,9 @@ double r_gradient(int param, Reflection *refl, UnitCell *cell, double wavelength
/* Spot position gradients for diffraction physics (anything that changes the
* diffracted ray direction) */
int fs_ss_gradient_physics(int param, Reflection *refl, UnitCell *cell,
- struct detgeom_panel *p, gsl_matrix *Minv,
- double fs, double ss, double mu,
- float *fsg, float *ssg)
+ struct detgeom_panel *p, gsl_matrix *Minv,
+ double fs, double ss, double mu,
+ float *fsg, float *ssg)
{
signed int h, k, l;
gsl_vector *dRdp;