From 47ecc15f4f32350bb29085459e23f208007e3d1c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 10 Jul 2020 15:26:35 +0200 Subject: const-cleaning --- libcrystfel/src/image-cbf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/image-cbf.c') diff --git a/libcrystfel/src/image-cbf.c b/libcrystfel/src/image-cbf.c index 0d7b914d..9b34d88c 100644 --- a/libcrystfel/src/image-cbf.c +++ b/libcrystfel/src/image-cbf.c @@ -544,7 +544,8 @@ int image_cbf_read_mask(struct panel_template *p, } -static int unpack_panels(struct image *image, DataTemplate *dtempl, +static int unpack_panels(struct image *image, + const DataTemplate *dtempl, float *data, int data_width, int data_height) { int pi; @@ -600,7 +601,7 @@ static int unpack_panels(struct image *image, DataTemplate *dtempl, int image_cbf_read(struct image *image, - DataTemplate *dtempl, + const DataTemplate *dtempl, const char *filename, const char *event, int gz) -- cgit v1.2.3