From 3d51461b84e8b64bf155ea3c992ddb59020cb85f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 8 Jun 2020 14:25:29 +0200 Subject: Add a FIXME --- libcrystfel/src/image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 9712c7a6..e51878d9 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -609,5 +609,6 @@ ImageFeatureList *image_read_peaks(const DataTemplate *dtempl, struct event_list *image_expand_frames(const DataTemplate *dtempl, const char *filename) { + /* FIXME: Dispatch to other versions, e.g. CBF files */ return image_hdf5_expand_frames(dtempl, filename); } -- cgit v1.2.3