aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index 604799c0..080e5923 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -67,7 +67,8 @@ struct reflpeak {
* Prediction refinement: refinement of indexing solutions before integration.
*/
-extern int refine_prediction(struct image *image, Crystal *cr, Mille *mille);
+extern int refine_prediction(struct image *image, Crystal *cr,
+ Mille *mille, int max_mille_level);
extern int refine_radius(Crystal *cr, struct image *image);