diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2015-02-13 17:15:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-16 15:16:07 +0100 |
commit | 41baa14f48de7a0fc0766ccdcbd71f2d3869b0b7 (patch) | |
tree | dd71d12cf7766dc49411acf0b0d9655e9b8280ce /libcrystfel | |
parent | 8e869cca52f5fabd9cd6c3e27b5ce1119d8c19cd (diff) |
Event navigation and improved menu bar in hdfsee
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/detector.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index e7d53343..c9fb0431 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -2033,7 +2033,6 @@ int write_detector_geometry_2(const char *geometry_filename, fh = fopen(output_filename, "w"); if ( fh == NULL ) { - fclose(fh); return 1; } |