aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-07-27 15:29:37 +0200
committerThomas White <taw@physics.org>2018-07-27 15:29:37 +0200
commitb1a6c7a794e922c8c0e7532fa23f85f6068e5e11 (patch)
tree7e89c57fdfb2684c0ef2bd68d37446cddfa0d5e4 /libcrystfel/src/predict-refine.h
parentdac777332aa8bbdd7ea0f08e241aa31262d9092c (diff)
indexamajig: Complain if profile radius determination fails
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index c763d2ca..fe700f47 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -39,7 +39,7 @@
struct image;
extern int refine_prediction(struct image *image, Crystal *cr);
-extern void refine_radius(Crystal *cr, struct image *image);
+extern int refine_radius(Crystal *cr, struct image *image);
#endif /* PREDICT_REFINE_H */