aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/image.c3
1 files changed, 2 insertions, 1 deletions
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,