From bdd0dba7a832331f712740ddffc86e3d750a82f2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 31 Mar 2020 10:57:33 +0200 Subject: Fussiness --- libcrystfel/src/image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 971fe0ee..470e2405 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -2144,7 +2144,6 @@ static int read_peak_count(hid_t fh, char *path, int line, } - static float *read_hdf5_data(hid_t fh, char *path, int line) { @@ -2237,6 +2236,8 @@ static float *read_hdf5_data(hid_t fh, char *path, int line) H5Sclose(mh); return buf; } + + ImageFeatureList *get_peaks_cxi_dtempl(const DataTemplate *dtempl, const char *filename, const char *event, -- cgit v1.2.3