diff options
author | Thomas White <taw@physics.org> | 2014-11-17 11:07:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-11-17 11:07:13 +0100 |
commit | e4f6fcfe5aeac9d5e02e93436f9c22686155cb25 (patch) | |
tree | ca1d6dd0f9f6212bf4e6c252ce124cd6033bde21 /libcrystfel/src | |
parent | 11264fb276919d391fc1ef5935b12ae6ba50a269 (diff) |
hdf5_read2() should not call hdfile_close()
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 1 |
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; } |