aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-10 15:52:35 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit25a59996689f0285f23e6c5d8221af80e8e06125 (patch)
tree395b5cf032c4fc3bdb602128e4aa3f77eb660b48 /libcrystfel/src/predict-refine.h
parent59709a8fb3b3f39fef4b2f4e97ad1b25a9358c8a (diff)
Implement rotation gradients (with test)
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index e2f912d0..604799c0 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -82,6 +82,7 @@ extern double r_gradient(int param, Reflection *refl, UnitCell *cell,
extern int fs_ss_gradient(int param, Reflection *refl, UnitCell *cell,
struct detgeom_panel *p, gsl_matrix *panel_Minv,
+ double cx, double cy, double cz,
float *fsg, float *ssg);
#endif /* PREDICT_REFINE_H */