From b1a6c7a794e922c8c0e7532fa23f85f6068e5e11 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 27 Jul 2018 15:29:37 +0200 Subject: indexamajig: Complain if profile radius determination fails --- libcrystfel/src/predict-refine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/predict-refine.h') 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 */ -- cgit v1.2.3