From e4f6fcfe5aeac9d5e02e93436f9c22686155cb25 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 Nov 2014 11:07:13 +0100 Subject: hdf5_read2() should not call hdfile_close() --- libcrystfel/src/hdf5-file.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index c5ac5efc..09a8109e 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -1168,7 +1168,6 @@ int hdf5_read2(struct hdfile *f, struct image *image, struct event *ev, ERROR("Panel name: %s. Data size: %i,%i. " "Geometry size: %i,%i\n", p->name, data_width, data_height, p->w, p->h); - hdfile_close(f); return 1; } -- cgit v1.2.3