aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-31 10:57:33 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commitbdd0dba7a832331f712740ddffc86e3d750a82f2 (patch)
treeea6eb38bb9e0d9695b724c585388ce91d7a4b490 /libcrystfel
parent49db38d2678e658348ed463f9282116bb4693034 (diff)
Fussiness
Diffstat (limited to 'libcrystfel')
-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,