aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-11-17 11:07:13 +0100
committerThomas White <taw@physics.org>2014-11-17 11:07:13 +0100
commite4f6fcfe5aeac9d5e02e93436f9c22686155cb25 (patch)
treeca1d6dd0f9f6212bf4e6c252ce124cd6033bde21 /libcrystfel
parent11264fb276919d391fc1ef5935b12ae6ba50a269 (diff)
hdf5_read2() should not call hdfile_close()
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/hdf5-file.c1
1 files changed, 0 insertions, 1 deletions
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;
}